Posted on August 05, 2013 at 18:16
I have an application that is working fine when I have a hardware reset (pulling NRST low) but when it is power cycled, or has a software reset (NVIC_SystemReset();) It gets hung up on the following functions: ...
Posted on August 01, 2013 at 17:00I have a custom bootloader that I flash to the first sector (0x8000000) and when it receives a new program it loads it to 0x8004000. however when It jumps to the program it seems to have problems with a lot of the p...
Posted on June 24, 2013 at 18:01I have a project I have been working on and the coding has been fine up until now. When I upload the code it verifies and starts up without any problem. But If I reset the device (either by reset button or power cycle...
Posted on May 16, 2013 at 18:53I have a project where I will need to flash a few hundred chips that are already on boards. I have set up a chain programmer which is controlled by an MCU. basically it is just a chain of sockets for the boards that al...
Posted on February 26, 2013 at 17:21I am having issues with getting the Linker script to run. /../arm-none-eabi/bin/ld.exe: cannot open linker script file /C:/Users/Jason.Development-PC/Dropbox/Eclipse/TS_001/stm32_flash.ld: Invalid argumenthere is ...
Posted on August 05, 2013 at 22:10You were right. It wasn't the pin setting that was hanging. In between the pin being set and reset was an SPI function that was getting caught. The pin being toggled was the chip select, but for some reason it was g...