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

DS18b20 temperature sensor does not work with STM32L073RZ microcontroller, Can anyone help me to find the error

I am working with DS18b20 temperature sensor in STM32L073RZ board. DS18b20 works using one wire communication. I used one GPIO pin for communicate with DS18b20. i couldn't get the sensor reading. i have attached my code below. Thanks in advance.sta...

Resolved! VSCode Debugger Breakpoints jump

HiI am having problems setting breakpoints when using the debugger in VS Code. I can step through manually but cannot seem to set breakpoints. Before starting to debug I can add a breakpoint at 50But when I run the code the breakpoint changes to a di...

bibble235_1-1714222278230.png bibble235_2-1714222427049.png
bibble235 by Associate III
  • 3864 Views
  • 3 replies
  • 0 kudos

Resolved! STM32U575 LPUART: what am I missing?

I have LL-API based UART/USART code which runs on an STM32U575 (tested on a NUCLEO-U575ZI-Q board), no problem (@ 115200).I would like to move this code to the LPUART (pins D0/D1, PG8/PG7, of the board).  However, I have failed; not even TX works (a ...

STM32L151VE optionbytes "nBFB2" bit question

Hi sir,I ask a question about optionbytes nBFB2 of STM32L151VE.I checked User Manual and wanted to confirm some information about nBFB2.1) Option byte register (FLASH_OBR) : bit nBFB2 default value = 1 , see attached file optionbytes_1.png2) Optio...

HJion by Associate
  • 2337 Views
  • 1 replies
  • 0 kudos

Resolved! h503 nucleo 64 can't upload code - Failed to execute MI command

Hi, Thew board was working fine until i tried to get serial working over virtual COM. I'm not sure what ive done but now im receiving this messageError in final launch sequence: Failed to execute MI command: load C:\\Users\\Ki\\STM32CubeIDE\\workspac...

KDT85 by Associate II
  • 3422 Views
  • 5 replies
  • 2 kudos

stm32072xx PLL and clock config

Hi,I'm newbie but I need to check if the second code block includes the first code block.I'm dealing with stm32F072xx.If required I can share more part of code.1:RCC->CR |= RCC_CR_HSION;while(!(RCC->CR & RCC_CR_HSIRDY)){};RCC->CFGR &= ~(RCC_CFGR_PLLM...

Gaucho by Associate III
  • 2939 Views
  • 7 replies
  • 1 kudos