Skip to main content
Indukuri sumanth
Associate
October 19, 2020
Question

Stm32f407 discovery board issues

  • October 19, 2020
  • 3 replies
  • 1511 views

I am new to coding. I brought new stm32f407 discovery board. Intially their is no issue with debugging for target. But now ld1 ld2 are continuously glowing and ld3 ld4 ld5 ld6 are not glowing when i connect the board for pc and when a usb is connect to cn5, it is not recognised as mouse on the screen.. what is the issue?? I am unable to understand

This topic has been closed for replies.

3 replies

Peter BENSCH
Technical Moderator
October 19, 2020

LD3 ... LD6 are controlled by the STM32F407, which requires a program to drive pins PD12...PD15 to high level if you want the LEDs to light up.

What program is currently running at the controller?

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Tesla DeLorean
Guru
October 19, 2020

The processor will only do what your code facilitates. If you replaced the delivered code with something that does very little, it will do very little..

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Indukuri sumanth
Associate
October 19, 2020

In the board manual, in getting started section​ It is mentioned connect board to pc by usb cable then mems sensor is enabled and the four leds get glowed as per the board motion direction and speed and by connecting usb to CN5 then board acts as mouse.. these functionalties happend well for 2 days with using of board. But now these functions are not happening just com led and pwr led or glowing continuously ..is there any issue

Tesla DeLorean
Guru
October 19, 2020

Did you replace or erase the code on the board?

Perhaps get a meter or scope and check voltages if you think there is a hardware issue.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Peter BENSCH
Technical Moderator
October 19, 2020

The original demo firmware can be found here.

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.