cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CUBEMX MODIFIED NOT WORKING

prathima
Associate II

Hell Guys.....

I am working on STM32L4R9AI-EVAL board I have generated the project from Touchgfx Designer and it generating the STM32CUBEMX code also......if i open the designer and if i will burn on to the kit it is working fine....But once i will open STM32CUBEMX of the project and i will generate the code and again i will burn on to the kit this time i can able to download on to the board successfully but the dispaly seems to be off..I can't able to get anything...like previously...why?

Thank you

10 REPLIES 10

Diff against working code or read or debug all the code to find why. Include IDE project files in the investigation. These are the files that tell the IDE what source files to build, where they are, the directories to search for includes, the libraries to link, etc etc. Cube modifies them if it thinks it's added or changed source files. I always inspect project files and often repair them after a generate. Don't assume anything works properly.