2014-11-27 05:02 AM
Hi,
I am a beginner in the ARM Cortex Series and so far I could able to run some simple examples on my
STM32F407VG
Board. Currently I am working with a project where I need to establish the communication between PC(Windows 7
) and the Board.My actual aim is to play an audio file through Windows Media Player in my PC and I should get it on the Board so that I can listen through the audio jack provided on the board.
For this, I build the example program USB_Device from the STM324xG_EVAL(examples given by Keil Product
), and connected the Micro A port to my PC through USB. But whenever I connect the Micro A port to PC, it is detecting asSTM32 BOOT LOADER
where the status is showing as
STM Device in DFU Mode and I could not able to play the file. Can anybody please help me to sort out this problem for I am in very need of this. Thanks in Advance. regards, Jay2014-11-27 05:55 AM
What's the state of BOOT0/BOOT1 pins?
JW2014-11-27 06:01 AM
I kept BOOT0 to High and BOOT1 to Low.
2014-11-27 06:26 AM
BOOT0 High will put it in System Loader mode, and thus the DFU response. Don't set BOOT0 high.
2014-11-27 09:56 PM
I tried it but now it is not all detecting. Showing the message ''UNKNOWN DEVICE'' and I tried to change the driver settings then also it is not detecting
2014-11-28 04:41 AM
Which suggests the user code you've downloaded to the part isn't functioning correctly. Or needs a PC side driver.
Do you have an STM324xG-EVAL board, or something else? If something else, make sure the crystal and PLL settings are appropriate, as the EVAL board uses a 25 MHz crystal.