Here are some topics you could explore further:
- Timers - How to use the onboard timers to generate delays, pulses, etc.
- A/D Converter - How to read analog sensor values using the A/D converter
- Serial Communication - How to transmit/receive data over serial using functions like printf, gets, etc.
- Interrupts - How to use interrupts to trigger events like button presses without blocking the main program
- External Components - How to interface external components like LEDs, buttons, sensors using the I/O ports
- Advanced C - Pointers, structures, functions for more complex programming
- Projects - Come up with a small project to apply what you