STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! BOOT0 pin and BOOT bits

I am using an STM32 G474RE NUCLEO board. Is it necessary for me to configure the BOOT0 pin and the BOOT bits in the FLASH_OPTR register if I am going to program the chip using the SWDIO and SWCLK pins with an ST-LINK V2?

tomm5771 by Associate III
  • 666 Views
  • 3 replies
  • 2 kudos

bit shift >> and & operation

Hi i m coding function to write 8 bit data to a slave device, what does the (byte & 0x01) do in the for loop and what does the shift right statement ( byte = byte >> 1;) do ? void write8bit(uint8_t byte) { int i; for (i = 0; i<8; i++) { lowClk()...

Series resistors calculations for any interfaces

Can someone please help with how to calculate the series current limiting resistors to be connected from STM32H7 or any MCU to transceivers or any other interfaces? Is there a general thumb rule followed? Also how to calculate the wattage of resistor...

JCAeron by Associate
  • 304 Views
  • 1 replies
  • 0 kudos

UCPD and DBCC (dead battery) doubts

According to RM0456, p. 3459So in addition to CCx pins also PB5 and PB14 (DBCCx) cannot be used. The above does not make much sense to me. I imagine (only imagine) that internally DBCC support is implemented like shown below and for "dead battery" to...

TDJ_0-1719151138741.png TDJ_0-1719152739794.png
TDJ by Lead
  • 749 Views
  • 5 replies
  • 0 kudos

Resolved! Long delay in setting TIM status register bits

Hi,I am trying to use CC1 and CC3 inputs on TIM2 of STM32H7A3 to do some time-critial tasks (very ns fast time-stamping). I need to identify which CCxIF tiggered. Using STMCUBEIDE the skeleton interupt code worked fine in debug mode without the lines...

HWhit.1 by Associate III
  • 548 Views
  • 2 replies
  • 1 kudos

Resolved! ST Nucleo F767ZI USB not detected by PC

I've compiled my first program and I can't find a way to upload to the board.When I plug the USB, the onboard LED is lit, but my PC does not detect anything - I don't hear any "plug" sound, and I can't find any device in Device Manager (recognized no...

out_0-1719742246496.png
out by Associate
  • 540 Views
  • 2 replies
  • 0 kudos

Issue with Reading BMP280 Chip ID using SPI

Context: I am trying to read the Chip ID from a BMP280 sensor using SPI communication with an STM32 microcontroller. The expected Chip ID value is 0x58. However, I am encountering inconsistent results when calling the function to read the Chip ID mul...

00ef71ed-8c83-4ebc-9f56-f5dba0e7553b.png
Kaarthy by Associate
  • 596 Views
  • 0 replies
  • 0 kudos