2025-03-23 7:29 PM
I am developing using X-Cube-Matter v1.4.0.
I imported the BLE_Ota project onto MDK Arm and built it, but the following error occurred and I was unable to compile it.
../Core/Src/app_entry.c(28): warning: In file included from...
../STM32_WPAN/app\app_thread.h(30): error: 'stm32wbxx_core_interface_def.h' file not found
30 | #include "stm32wbxx_core_interface_def.h"
Please tell me the cause.