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

stm32f103rct6 iwdg cann't be initialed success

I want to use IWDG with stm32f103rct6 chip with ll library. such samples code as below:```static int iwdg_init (unsigned short int expired_ms){/* 开启 LSI, IWDG */ __HAL_RCC_LSI_ENABLE(); LL_RCC_LSI_Enable(); while (!LL_RCC_LSI_IsReady()); LL_IWDG_Enab...

Resolved! How to enable/disable Flash Write Protection?

Hi guys,I am read the example "STM32Cube_FW_F1_V1.8.4\Projects\STM32F103RB-Nucleo\Examples\FLASH\FLASH_WriteProtection", and want to rewrite it on my board.my code is as follows:  HAL_FLASH_Unlock(); HAL_FLASH_OB_Unlock(); HAL_FLASHEx_OBGetCo...

Junde by Senior II
  • 1191 Views
  • 2 replies
  • 0 kudos

Resolved! Problem with STM32411 Chip

HI there,  I have rewitten this simple piece of code from scratch multiple times with no success. I am just attempting to turn on a set of LEDs.  First in the While Loop. Second in the interupt handler for TIM2.  The chip is a STM32F411CCU in a homes...

SpeedyPLH by Associate II
  • 1445 Views
  • 7 replies
  • 4 kudos

Resolved! One bit shift in SPI communication on STM32G4

Hi,I am working on SPI communication between STM32G491 and ATM90E26. and I am using the SPI polling API with HAL_SPI_Transmit and HAL_SPI_Receive.My System clock is 96Mhz and I am using prescaler of 64 for SPI.CLKPolarity=Low,CLKPhase=1Edge.Communica...

ESD protection GPIOs pins

I need to assign  8 GPIOs (4 I/p + 4 o/p) for membrane keypad pushbutton circuit. I am worried about ESD protection of GPIOs. Please suggest  STM parts for ESD protection best suited for use purpose.Kindly let know if I can select any  pins or there ...

Nico3 by Senior
  • 675 Views
  • 3 replies
  • 0 kudos
Labels