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

Resolved! STM32L4 DFSDM clipping

Any ideas why values would be non linear in the approximately the upper 1 to 2 bits?For the setup below, it is linear to between -17000 to +14000. Doubling the + output only yields around +18000. These are raw values. This really acts like an overflo...

0693W00000QNKABQA5.png
_EFrie by Associate III
  • 2399 Views
  • 3 replies
  • 0 kudos

Resolved! how to write data into stm32l5 flash memory

uint64_t write = 0x1111111122222222;HAL_FLASH_Unlock();if(HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD,0x0807F000,write)==HAL_OK) { HAL_GPIO_WritePin(GPIOG,GPIO_PIN_12,GPIO_PIN_RESET); } HAL_FLASH_Lock();

sra by Associate II
  • 386 Views
  • 3 replies
  • 0 kudos

Is it a problem to use TIM1 PWM ch1..3 under Arduino?

Dear reader,I have a question about the use of TIM1 on the Blue Pill STM32F103. I want to build a synchronous Buck Converter using the Blue Pill and need to use PWM on TIM1 ch1..3 with its complementary outputs and the programmable dead time for that...

WOGoos by Associate II
  • 518 Views
  • 3 replies
  • 0 kudos

STM32F446ZET6 - Struggling to get the CAN running

Hi,I'm struggling to get the CAN working on a project I'm working on with the STM32F446ZET6. With the project below (CastletRestart) i just get a flat line of 3.3V high on the TX line for CAN1, this is being tested in loop back mode, with the TUT_CAN...

CBrun.5 by Associate II
  • 131 Views
  • 0 replies
  • 0 kudos
Labels