User Activity

I'm using smaller MCUs (L4, F3, ...), but I'd like to learn running the code from external memory.Use case: not change the MCU to the bigger one, but add external memory e.g. via QSPI.I thought this workshop is good starting point.
From STM32F373xx datasheet, SAR ADC characteristics, page 99/137, for Vdda = 3V, i can see thatED - Differential linearity error is max +/-1 LSBEL - Integral linearity error is max +/-1.5 LSBBut in SDADC characteristics, page 111/137, the difference ...
I'd like to amplify two signals connected to non-inverting input of OPAMP and control which one is currently amplified by TIM1, Channel 6. This technique is described in RM0316 document, chapter 18.3.6 Timer controlled Multiplexer mode.I've set TIM1,...
Posted on April 03, 2018 at 12:27Hi,I have Nuckeo-L452RE with STM32L452RE uC on board.This uC max speed is 80MHz.But after enabling MCO on pin PA8 in STM32CubeMX and generating the code to Atollic, I could see wrong SYSCLK frequencies.The reason of ...