I would like to use some of the functions in the core_cmInstr.h from CMSIS, in particular the reverse byte and bit operations. (I am using a LM4F232H5QC with CCS5.1)
I have followed the instructions in spma041a.pdf "Using the CMSIS DSP Library in CCS for Stellaris", but it apears that __TMS470__ has not been defined and therefore none of these functions are vissable to the compiler. I am also using the modified header files from the sw01291 installer.
as a quick fix I could manually define __TMS470__, but I'm guessing the documentation would have stated this if it was absolutaly neccisay, so I am auming something else is wrong here. (I have actually tried this, but it still doesn not include all the necisary defines in core_cmInstr.h that I need)
Which of the two header files is more correct to include in my project: include core_cm4.h or core_cmInstr.h?
Am I missing something else here?