User Activity

The Reference Manual for STM32U0 series MCUs, RM0503 Rev2, specifies, in table 2 on page 57, that SRAM starts at 0x2000 0000 and ends at 0x2002 9FFF.  This is a contiguous region with a size of 168KB.  However, the Size column shows 40KB.  This docum...
I'm not sure if this is the right forum for this but here goes.When operating with STM32CubeIDE, and doing something that causes a child window to pop up, the window can disappear behind other windows and alt-tab can't find them.  I have to drag othe...
I am trying to get a pulse out of TIM2 in compare mode but I see no output. Here is my snippet of code:#include "iostm8l101f3.h" void main( void ) { CLK_CKDIVR = 0x01; // 8MHz PA_CR1 = 0xFF; // all pullups PB_DDR = 0x01; // 0000 0001...
I have this little project for the STM8L101F3 that just writes an arbitrary value to TIM2_CCR1H and TIM2_CCR1L and then tries to start the timer but I get nothing from the timer output.If I run the project with a debugger and inspect the contents of ...
Kudos from
Kudos given to