2023-12-09 06:33 AM - edited 2023-12-09 06:42 AM
I'm unable to add the Mongoose HTTP Library as a Third_Party Middleware and then generate code. How can I fix this?
- Create project for NUCLEO-G474RE
- Generate Code (Makefile) - working
- Copy unpacked mongoose source code (https://github.com/cesanta/mongoose/archive/refs/tags/7.12.zip) to Middlewares/Third_Party/mongoose
- Generate Code (Makefile) - now hanging forever, doesn't work anymore to generate code
2025-01-15 11:32 AM
This occured to me too. Before I started to search the web, I have been reinstalled STM32CubeMX twice, deleted the .stm32cubmx directory and other attempt.
Then I saw this thread. I deleted Src and Inc, which I guess are the place with corruped file in my case. It's good now.
It will be great if it show some error messags when the exception happened instead of a lot of INFO that's hard to associate with the issue.