Hello All,
I am newbie to write boot code, but I started and have developed a code at reset vectors and some exception vectors. I also cleared register, initialized start address of RAM, initialized the stack. Now before launching the Nucleus OS, I will have to initialize timer and initialize it. I want to know, how timers are used by OS and how to glue them with OS? My code will act like a HAL( Hardware Abstraction Layer).
Please help me out.
Thanks,