Hi All.
I have a small problem. I have been trying to install the Maple Lib on my STM32F4 discovery following the instructions here:
To start development u need to do next steps:
Download Sourcery_CodeBench_Lite_for_ARM_EABI.zip and extract it to hard disk
Need to update variable PATH to Sourcery_CodeBench_Lite_for_ARM_EABI\bin directory
Download bl.zip and upload it to board using FlashV2.bat
Place jumper between BOOT0 and VDD pin on stm32f4discovery board and reset it (stm32f4discovery now will work in DFU mode)
Extract and run zadig utility
Click Options->List all devices , Select STM32-Bootloader , in Driver selectbox choose "WinUSB", press Install drivers
Download and extract libmaple.zip to disk
Run build to upload code to adress 0x08010000
This batch file will
Compile all neded files
Run python script to reset device using VCP driver (it will send magic word to f4)
Upload code to adress 0x08010000
from this site: http://code.google.com/p/stm32f4discovery-libmaple/
and have got as far as burning maple_boot.bin onto my board. I can get the board into bootloader mode thru the micro USB port and installed the bootloader drivers when prompted.. However, Windows drivers needed to set up using Zadig had problems and seemed not to install.. I don't know where to go next..
Also, I am worried as now the board is stuck in maple_boot.bin mode.
When I try to connect to the board using ST-Link utility I get this message:
18:05:06 : [maple_boot.bin] opened successfully.
18:05:12 : No STLink detected
18:06:34 : No STLink detected
18:06:47 : No STLink detected
and now I am worried I won't be able to either carry on to get Maple Lib to work OR revert back to the original boot mode for ordinary ST programming... :(
I am a total noob so please if someone who maybe knows what I am talking about could help I would be put out of my worry...
So if anyone knows how I get ST utility to recognize the board again I could restart!
Thanks to anyone who reads this.
All the best,
Steve.