2021-09-13 06:16 AM
Hello,
I made a software on the STM32F469-Disco and now, I would like to use the same project on the STM32F479VI with the MB1166 (touch screen).
If I create a new project, no problem, I can flash the microcontroller.
If I start from the software made on the demoboard, I can compile but I cant' debut and I'have got the information in attachment.
So I can conclude that the problem is software. I think, with the picture that is a device issue.
What is your point of view.
2021-09-13 06:52 AM
Hello @RFREN.1 ,
Have you tried with different boards/MCUs ?
Try select "Erasing & Programming" on the left, then do a "Full chip erase".
If your issue is solved, please select the answe as “Best�? as this will help other users to find this response faster.
Imen
2021-09-13 08:09 AM
Hello,
Thanks for your comments. A made a full erase and it's not working.
How Can I change MCU from an existing project ?
Thank you
Best Regards
2021-09-15 02:06 AM
If you want we can make a call to see together the issu and I will share my screen.
2021-09-16 08:13 AM
Try using SWD mode instead of JTAG, and check the assignment of the SWD pins.
Maybe your code into low-power modes.
Are you using "connect under reset" or "software system reset" mode?
2021-09-21 12:21 PM