Posted on December 17, 2014 at 13:46Hello, I'm working with the STM32f103RB and I'm trying to jump to a section of flash where I will begin executing another program there My code should look like this (variable ApplicationAddress is 0x08008000) : ...
Posted on November 04, 2014 at 18:22I want to be able to store values in a non-volatile memory so that the microcontroller can load these settings at start up. These settings might change at run-time and it is important for the systems functionalit...
Posted on October 29, 2014 at 08:06In some examples of using the STM32F103 board, it is used the I2C_Write() & I2C_Read() functions. But in STM32F10x StdPeriph Library, this functions is not defined. Thanks Christian. #stm32f103
Posted on October 21, 2014 at 18:54
Hi all,
With this code I can not get the right number of tick.
I suspect the tick timer has not been initialised correctly.
I do not know why !
Do you have some idea ?
int
ma...
Posted on October 14, 2014 at 19:17
Hi,
I would like to port some Chibios functions with some combination of the STM32 library and direct bit banging.
I use STM32F103RB board. The ChibiOS operating system functions
are:
...
Posted on December 19, 2014 at 15:20clive1, Thanks for your example. With this I found my error. It's OK with this code typedef struct { // Name of the program to load char ProgrammName[12]; // Address where program is loaded in flash m...