Content originally posted in LPCWare by tridentsx on Mon Oct 10 00:12:45 MST 2011
Quote: tridentsx
No need to reply I have figured it out.
I still would like to see an example of freertos and CMSIS working together, I am doubtful about the h/w init when using both. Can I call the CMSIS inits from freertos, or does freertos use their own inits in the portable part ?
The reason I want to use CMSIS is that the examples of uart drivers for LPC1769 that I have found all uses variable SystemCoreClock which is part of CMSIS framework.
Maybe there are other examples of uart usage for freertos and lpc1769?