Nguyễn Hoàng Long
Nguyễn Hoàng Long
@JonatanAntoni Could you give me the way to solve this problem?
> [@longnhieu7](https://github.com/longnhieu7) Can you tell me which microcontroller you are using? The registers LAR and LSR were intentionally removed from the ITM_Type structure in the core_cm33.h header file in CMSIS...
Hi @HansSchneebauer, I'm using SWO debug of their SDK, the ITM->LAR is used [there](https://github.com/SiliconLabs/simplicity_sdk/blob/20ae1a4f22d2dd7c95d3887d2f7a4684f7f8f325/platform/bootloader/debug/btl_debug_swo.c#L131) or [there](https://github.com/SiliconLabs/simplicity_sdk/blob/20ae1a4f22d2dd7c95d3887d2f7a4684f7f8f325/platform/driver/cycle_counter/src/sl_cycle_counter.c#L44). After I upgrade CMSIS6 for my project, this error appear. The original code is...