You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
\DeviceCode\Cores\arm\Processors\CortexMx\ItmPort\ItmPort.cpp imports cmsis_generic.h which in turn selects core_cmx.h based on defines, however it also defines __CMSIS_GENERIC which hides the ITM_SendChar function needed by ItmPort.
The fix should be to include ARMCMX.h instead of core_cmx.h but requires fixing the build scripts to include the path CMSIS/Device/ARM/ARMCMX/Include/
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
\DeviceCode\Cores\arm\Processors\CortexMx\ItmPort\ItmPort.cpp imports cmsis_generic.h which in turn selects core_cmx.h based on defines, however it also defines __CMSIS_GENERIC which hides the ITM_SendChar function needed by ItmPort.
The fix should be to include ARMCMX.h instead of core_cmx.h but requires fixing the build scripts to include the path CMSIS/Device/ARM/ARMCMX/Include/
The text was updated successfully, but these errors were encountered: