Skip to main content
Graduate II
January 25, 2024
Solved

Stm32f429

  • January 25, 2024
  • 4 replies
  • 2899 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

     

     

    4 replies

    Super User
    January 25, 2024

    @harry123 wrote:

    What should be done if I want continuous communication. 


    Put it in an endless loop

    Graduate II
    January 25, 2024

    is this a custom board? BOOT0 pulled Low?

    Try to provide some more detail rather than symptom.

    harry123Author
    Graduate II
    January 25, 2024

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

    Screenshot_20240125_185136_Drive.jpg

    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

     

     

    harry123Author
    Graduate II
    January 29, 2024

    Yes it works

    Super User
    January 29, 2024

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

    harry123Author
    Graduate II
    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
    Graduate II
    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.