i have read the instruction in http://leaflabs.com/docs/bootloader.html#setup .i was confused in step 1. do i have to obtain the binary bootloader from Maple or not?..what steps should I follow or not in the setup?.. im using the keil uVision software for debugging.. please help me..
IDE for STM32F100C8
(17 posts) (3 voices)-
Posted 3 years ago #
-
lance_smith534 - As I have pointed out, e.g.
http://forums.leaflabs.com/topic.php?id=9356#post-21143
http://forums.leaflabs.com/topic.php?id=9356#post-20626
http://forums.leaflabs.com/topic.php?id=9356#post-21149
http://forums.leaflabs.com/topic.php?id=9356#post-21200
http://forums.leaflabs.com/topic.php?id=9356#post-21212The MAPLE BOOTLOADER WILL NOT WORK ON YOUR BOARD.
So please stop trying to load it, or asking about how to load it.
Documentation on using that MCU are at http://www.st.com/internet/mcu/product/216839.jsp
for example look:
http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00167594.pdf
http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00264342.pdfThese should explain how the ST Manufactured-in bootloader works for your chip.
The first step in Setup http://leaflabs.com/docs/bootloader.html#setup
will load ANY BINARY PROGRAM, not just a bootloader.
Pretend that the program you have written and built is a booloader.
So wherever those setup instructions say 'bootloader' substitute 'my program'
Wherever it says 'bootloader binary' substitute the words 'my compiled, linked, ready to load program'.I am confident that Keil supports building freestanding programs, that do not need a special bootloader, for the STM32F100C8.
So compile and link a program using Keil, by following the Keil documentation.How about you contact the company who sold you the board, and ask them for help? They should be able to give you definitive advice. Does that seem a reasonable approach?
Posted 3 years ago #
Reply
You must log in to post.