User Activity

A reset caused by BOR causes all but six words of EEPROM to erase to 0x00000000. A software reset with "NVIC_SystemReset();" is OK. EEPROM contents are retained, as expected.
Posted on October 31, 2017 at 19:18I'm using STM32CubeMX to generate code for a custom STM32L051R8T6 project.  SysTick functions as expected when HAL drivers are selected.  SysTick does not work if LL drivers are selected.  Is there a reason why STM...
Posted on September 29, 2017 at 00:23I used STM32CubeMX to generate code for a STM32L051R8xx microcomputer.  All I/O ports initialize correctly except PH1.  If I delete the PH1 initialization code, the program executes correctly.  With the PH1 code ...