2022-07-05 01:28 PM
I'm building my application which includes the CMSIS core_cm4.h file and get an `undefined reference to `ITM_RxBuffer'` message. What file actually defines this variable?
2022-07-05 01:29 PM
You're own..
2022-07-05 01:38 PM
volatile int32_t ITM_RxBuffer;
https://community.st.com/s/question/0D50X00009Xka2tSAB/itmreceivechar-void-gives-undefined
https://www.keil.com/pack/doc/CMSIS/Core/html/group__ITM__Debug__gr.html