Skip to main content
Visitor II
March 25, 2025
Question

Board not reacting to simulink build STM32F407G_DISC1

  • March 25, 2025
  • 1 reply
  • 403 views

I am trying to establish contact with the board via simulink by blinking an LED. I followed this tutorial. The code built but there is no reaction from the board. I get the following errors from Simulink but it says target built successfully.

skeeiff_0-1742914565026.png

Any help would be appreciated - I'm sure it is a simple fix I just do not know what to do.

1 reply

Andrew Neil
Super User
March 25, 2025

Simulink is a MathWorks product - nothing to do with ST - so you need to go to MathWorks for help:

https://uk.mathworks.com/help/?s_tid=nav_help_doc

 

AndrewNeil_0-1742981763857.png

This part looks like the flash programming is failing - "verification" refers to reading-back the Flash content to confirm that it matches what should have been programmed.

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.