docs/lesson01/exercises.md
Exercises are optional, though I strongly recommend you to experiment with the source code a little bit. If you were able to complete any of the exercises - please share your source code with others. For details see the contribution guide.
baud_rate, calculate necessary Mini UART register values using this constant. Make sure that the program can work using baud rates other than 115200.BCM2837 ARM Peripherals and ARM PrimeCell UART (PL011) manuals to figure out how to access UART registers and how to configure GPIO pins. The UART device uses the 48MHz clock as a base.Hello, from processor <processor index> for all of the cores. Don't forget to set up a separate stack for each core and make sure that Mini UART is initialized only once. You can use a combination of global variables and delay function for synchronization.1.4 Kernel Initialization: Linux startup sequence