Posted on June 18, 2015 at 12:57I have programmed many STM32F030C8 chips with Discovery board but the success rate while trying to program each Chip is very low. Some times after many tries the chip gets programmed and some times it does not work at...
Posted on March 19, 2015 at 13:09
Hello, I am using STM32F0 HAL Drivers to access external EEPROM 24C64 with STM32F The functions I am using areHAL_I2C_Mem_Write/Read but the communication is not always successful. Also it worked while using smd...
Posted on March 16, 2015 at 08:52
I am trying to implement this project using the demo files provided by ST ''STM32Cube_FW_F0_V1.0.0\Middlewares\Third_Party\FatFs''.
I have also written the necessory code for low level SPI driver. The command...
I want to try out your second solution, but it is not clear to me how do I use the defined cfg_in_flash? I am using this 1K area for configuration memory which is required written by the application of required. So this area needs to be reserved and ...
I am a bit confused as to how it can be implemented. Can you please elaborate on how do you define variable in flash at a perticular location using pointers? Thank you.
Thank you, actually my flash is only 64K and the setting area that I want to allocate is 1K. Now this setting area needs to be at a perticular location in the flash. I am able to compile the whole thing now with at attribute. But it doesn't place the...
This creates an overlap with the .rodata for stm32f030, how do you get around this? MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 8K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 64K
}
Posted on December 22, 2015 at 07:01Dear Clive1,The below link seems to be disabled now. Can you please send the new link for this firmware.http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/FIRMWARE/stm32f0_programming_usart.zipThank yo...