User Activity

Posted on March 03, 2016 at 14:28I have the STM32F303RE Nucleo evaluation board, and I've used CubeMX to configure & generate the HAL drivers. I've configured a DAC on one of the timers, and everything compiles/runs fine, except when I enabled ''USE...
Posted on February 26, 2016 at 12:16Hi, I'm trying to use Keil simulator to test my application. I'm writing some data to flash memory, using the HAL drivers generated by cubeMX. After the write operation, the flash memory doesn't change. I'm just w...