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

Problem with USB OTG FS (Device)

Hey everyone!Some context:We are developing a medical device using STM32H7ZIT6 MCU. We succesfully developed a working prototype, using UART connection protocol.  Couple of consistency problems (i.e. the device works flawlessly at times, sometimes we...

WhatsApp Image 2023-12-25 at 19.02.44.jpeg WhatsApp Image 2023-12-25 at 20.13.34.jpeg WhatsApp Image 2023-12-25 at 20.20.32.jpeg WhatsApp Image 2023-12-25 at 20.11.35.jpeg
CAdat.1 by Associate II
  • 1050 Views
  • 2 replies
  • 0 kudos

Resolved! Jump to application from bootloader not working

I have reviewed the many posts from others that have not been able to jump from a bootloader the application code and nothing that I tried worked.My MCU has its 128kB of flash in two banks, one at 0x08000000 and the other at 0x08040000.  When the MCU...

Resolved! Using SPI with DMA

Hi All, I'm using an STM32F1 with a 240x240 LCD screen that comunicates with the micro by SPI (with DMA). The screen uses the ST7789 driver (I supose it is not important). I'm working with RGB565 color format.The problem that I have is, for example, ...

BTurc2_0-1688298032648.png
BTurc.2 by Senior
  • 5353 Views
  • 19 replies
  • 5 kudos

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
  • 1199 Views
  • 2 replies
  • 0 kudos
Labels