Hi all,
I recently downloaded the Stellarisware package for the LM4F launchpad.
Having some experience with other Cortex M3/M4 devices, I was wondering where the CMSIS headers are. A search for any file containing "CMSIS" brought up - exactly nothing.
This link is telling me the opposite: http://www.ti.com/mcu/docs/mculuminarymodules.tsp?sectionId=625&tabId=2499&familyId=1755
There is a ../inc folder containing a great amount of controller-specific headers. I have been looking at the "lm4f120h5qr.h" header specifically, and was wondering again. It has literally thousands of #defines, one for each register in each peripheral, which is NOT the way CMSIS works. (See the core_cm3.h and core_cm4.h header files from ARM as reference).
Is CMSIS support still to come, or does TI not actually support CMSIS ?
Or do I need to download something else ?