User Activity

Hello all,I have a problem with the HAL_FLASHEx_DATAEEPROM_Program() function and maybe someone can help me. I am using an stm32L073. The address range oft he EEprom ist from 0x0808 0000 to 0x0808 17FF. I tried a simple test for writing to the EEprom...
Posted on June 13, 2018 at 09:13Hello all,I have a proplem with initialising variables in a function. The function is -with some other functions- in a seperate .c file. Here is a picture with the start of the function.The variable last_block and the...
Posted on May 18, 2018 at 14:18Hello all,I used the IAP Projekt from STM32Cube_FW_L0_V1.10.0 folder to run it on my STM32L073 NUCLEO board. Everything works fine. Now I want to implement this in my main projekt with an own pcp and an STM073VBT6. I p...
Posted on May 07, 2018 at 13:31Hello all,I want to use the IAP possibility off my Nucleo-STM32L073RZ. I read the AN4657 and downloaded the X-CUBE-IAP-USART folder. I thinck I have an generell problem of understanding the iap. I have a little program...