STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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 ...

Unlock readout protection

Posted on August 28, 2017 at 11:43Hi Everybody,I have problem unlock readout protection with HAL library on STM32F030F4.My application need to apply lock / unlock by programming. The lock code works fine. After running lock code, RDPLevel shown in S...

CW Fu by Associate
  • 527 Views
  • 1 replies
  • 0 kudos