User Activity

Posted on November 20, 2014 at 17:09EDIT:This was fixed in 4.4.0--------------------------------I am using the ADC3 injected channel to convert 3 channels on each external interrupt, but it is missing this line in the generated code:sConfigInjected....
Posted on November 17, 2014 at 10:18I have not found a place in STM32CubeMX where I can configure the internal flash and enable the flash global interrupt. Is this not possible? 
Posted on November 14, 2014 at 14:40As far as I can see the new STM32Cube has callbacks that are called from the ISRs. This means that all variables that can be changed within the callback and accessed from outside the callback has to be declared as...
Posted on November 14, 2014 at 13:00As far as I can see the new STM32Cube has callbacks that are called from the ISRs. This means that all variables that can be changed within the callback and accessed from outside the callback has to be declared as...
Posted on November 11, 2014 at 13:20I am programming on the STM32F429 and using a timer in one-pulse mode. I measure the two pulses I have generated on an oscilloscope and they behave like expected.What I want to do now is keep the pulse timeconstan...