290 views
in System Integration by
Hello community,

I'm planning a project and think about using the MCU STM32F777BITx. The program CubeMX fom ST says, that this MCU is full pinout compatible with the STM32F746BGTx which I used in another project before.

Does someone has experience with this controller in combination with embedded wizard or are there some known problems ahead?

Thanks for your answers!

1 Answer

0 votes
by

Hello,

from Embedded Wizard point of view, you can use the Build Environment for STM32F746-Discovery - but a few settings have to be changed:

  • change the FPU settings within your makefile/project file from single precision to double precision
  • adapt the linker script to fit the memory layout (Flash, SRAM, SDRAM)
  • adapt the MPU settings according your memory layout
  • adapt the display settings according to your display

All other aspects should be identical. I did not verify that with STM32F777 - but I do not see other GUI related differences.

See also chapter Custom Specific Hardware.

Hope this helps...

Best regards.

Manfred.

Embedded Wizard Website | Privacy Policy | Imprint

...