Skip to main content
Associate II
August 3, 2024
Solved

Question about the STM32F429 board

  • August 3, 2024
  • 2 replies
  • 1854 views

Hi, I'm having some problems with the STM32F429 DAC testing. I have two boards of the same type. On board 1, the Digital Storage Oscilloscope shows that the sine wave voltage ranges from 2.08V to 2.94V. However, on board 2, with the same program and settings, the output voltage ranges from 0V to 3V (which is the correct output I need). Please help me figure out why there is a difference between the two boards.

The output on the left is correct, and I'm only using the PA4 pin for the sine wave test without any additional output circuit. 

Thanks everyone.

S__46260271_0.jpg

S__46260273_0.jpg

Best answer by AScha.3

Hi,

> I'm only using the PA4 pin

-- but PA4 is used on board :

AScha3_0-1722673629099.png

and has pullup:

AScha3_1-1722673761379.png

So maybe it depends on the behavior of the TFT , what PA4 doing as dac output.

-- You could try : PA5 , dac-out2 -- seems to be unused on disco 

AScha3_2-1722674074446.png

 

2 replies

MM..1
Chief III
August 3, 2024

Simply check PA4 in schematics . Disco boards have many connected periph...

AScha.3
AScha.3Best answer
Super User
August 3, 2024

Hi,

> I'm only using the PA4 pin

-- but PA4 is used on board :

AScha3_0-1722673629099.png

and has pullup:

AScha3_1-1722673761379.png

So maybe it depends on the behavior of the TFT , what PA4 doing as dac output.

-- You could try : PA5 , dac-out2 -- seems to be unused on disco 

AScha3_2-1722674074446.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
tasabaoAuthor
Associate II
August 4, 2024

Thanks for the answer its correct now, want ask another question. So the PA4 can't do the same thing like PA5?

Thanks!

AScha.3
Super User
August 4, 2024

Good.

And PA4 can do the same thing like PA5 - but not on this board, because on PA4 the LCD is connected;

so PA4 is not "free" /unused here .

see circuit of your board:

https://www.st.com/resource/en/schematic_pack/mb1075-f429i-e01_schematic.pdf

 

"If you feel a post has answered your question, please click ""Accept as Solution""."