STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MOE behaviour on TIM1/8/20

Posted on May 09, 2018 at 16:39Hello forum,I am new to STM32 but familiar with programming DSPs/MCUs.I just bought a NUCLEO-F303ZE board and I am struggling with the PWM-Timer block. I have set up a CubeMX project and I achieved a project with a PWM...

stm32 m0 and firmware relocation

Posted on May 24, 2018 at 22:03According with the example these lines of code    #define APPLICATION_ADDRESS     (uint32_t)0x08004000    volatile uint32_t *VectorTable = (volatile uint32_t *)0x20000000;    uint32_t ui32_VectorIndex = 0;    for(ui32_...

ETB on STM32F20x ?

Posted on May 22, 2018 at 10:41Asking more in hope than expectation really, but does anyone know if the STM32F20x (specifically, STM32F205RB) supports ETB?  J-Link doesn't report it;CoreSight components:ROMTbl[0] @ E00FF000ROMTbl[0][0]: E000E000, CI...

Connecting two image sensors to an STM32F69

Posted on May 24, 2018 at 11:13We're working on a project in which we've connected an image sensor to the STM32 DCMI.I'm now planning the next project, in which I want to connect two sensors, where only one should be active an any given moment, but ...