This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Compiling with change of package.

HELP pleeeese!

I have a board with an STM32f429IGT loosely copied from the STM32F29ZIT Discovery board.

If I compile the Keil STM32F429-Disco Emwin example (after changing display pins to suit) and then change the Device to the IGT version in Target set up, all works well.

If however I compile the project with the device set as an IGT, I get an SPI error (which I can mend) followed by a lock up in Gui_Init();

This does not change if I then go back to the ZIT version and recompile.

It appears, providing I only compile with the ZIT device set, followed by device change, it is fine.
Problem is that if I forget, I have to start again.

The only difference that I am aware of between the 2 devices is the program E2 memory (1M v 2M)and I do not believe that this program takes anywhere near 1 M

Any clues please!

Parents
  • Many thanks for your reply.

    It appears to apparently go through the tasks of writing to changing background colour etc (without any effect on the screen)but locks up on the first GUI_DispString command.

    But why would it work when compiled with the ZIT version but fail when changing device to the IGT version?

Reply
  • Many thanks for your reply.

    It appears to apparently go through the tasks of writing to changing background colour etc (without any effect on the screen)but locks up on the first GUI_DispString command.

    But why would it work when compiled with the ZIT version but fail when changing device to the IGT version?

Children