Associate II
May 11, 2024
Question
Build Failed! Lorawan End Node Project for custom board
- May 11, 2024
- 1 reply
- 3078 views
Several Issues causing this fail, as I can see from the console.
1. First, I used to STMCubeMX to generated code while doing the pin Configuration by my own. STM32WLE5CCU6 is the target device in my case. I followed the schematics to do the pin configuration. I Enabled the USART1 and USART2 but the generated code missing the Usart_if.h file in the includes folder. Therefore causing the fatal Error.
2. Several warning being issued ,11 to be exact. Due the BSP driver also not being included in the Driver folder.
How to solve these issues?
