Skip to main content
Associate III
January 25, 2024
Solved

Stm32f429

  • January 25, 2024
  • 13 replies
  • 2963 views

Hi all

I'm want to send a string from one stm32 to another stm32 to blink an led on it I'm using uart polling method to do that.

The communication happens and led blinks only if I press the Reset button once I switch off and on power supply. What should be done if I want continuous communication. 

 

This topic has been closed for replies.
Best answer by Andrew Neil

Still lacking detail - that shows us nothing other than BOOT0 is connected to ground.

How about posting the code you have?

Use this button to properly post source code:

AndrewNeil_0-1706192701636.png

It opens up a window into which you copy & paste your code.

 

To get that extra row of icons, press this button:

AndrewNeil_1-1706192701669.png

 

 

13 replies

Andrew Neil
Super User
January 25, 2024

@harry123 wrote:

What should be done if I want continuous communication. 


Put it in an endless loop

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.
Tesla DeLorean
Guru
January 25, 2024

is this a custom board? BOOT0 pulled Low?

Try to provide some more detail rather than symptom.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
harry123Author
Associate III
January 25, 2024

Yes it's a custom board and. Boot0 is pulled low.

Screenshot_20240125_185136_Drive.jpg

Andrew Neil
Andrew NeilBest answer
Super User
January 25, 2024

Still lacking detail - that shows us nothing other than BOOT0 is connected to ground.

How about posting the code you have?

Use this button to properly post source code:

AndrewNeil_0-1706192701636.png

It opens up a window into which you copy & paste your code.

 

To get that extra row of icons, press this button:

AndrewNeil_1-1706192701669.png

 

 

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.
harry123Author
Associate III
January 29, 2024

Yes it works

Andrew Neil
Super User
January 29, 2024

So there must be something wrong with the reset arrangements in your hardware

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.
harry123Author
Associate III
January 29, 2024

Screenshot (8).pngScreenshot (9).png

I have shorted SB1 and R24 in the Reset section and SB21 is shorted to ground and left R59 open on the F429 controller side.

harry123Author
Associate III
January 30, 2024

Made custom board same as stm32f4 disc1. Sorry, I was confused  R24 is connected to 100K but it shows not fit in the schematic.