I need a small suggestion related to stm32 courses
I need a small suggestion related to stm32 courses - i have completed embedded c course for basic stm32 programming , i want to move to advance level of stm32 i have 2 choices - stm32 embedded driver devlopment and FREE RTOS for stm32 . In what sequence should i go with ? first driver development then free RTOS or vice versa .
5 Replies
FreeRTOS is just a kernel, most of it a scheduler. You still need stuff to schedule and do with the kernel. Learn drivers with an application goal in mind. Then when you want to learn FreeRTOS start with an application that needs an RTOS in mind and learn FreeRTOS around that.
ohk got it
A little while ago you said you are comfortable with register manipulation on stm32, why do you need to learn drivers again. If you can manipulate registers and you have the reference manual then you basically can do drivers by yourself.
yeah i know about register manipulation on stm32 , but i am finding it difficult to do drivers , but the course also include API implementation to which i am alien to .
ahh yes , i bought the course and when i went through the lectures . its the same what i learned before . Luckly got a refund rn , ig i need to practice more so i can build few drivers