STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C Communication Between STM32F446RE and MCP4725

Hello everyone,I'm working on a project with an STM32F446RE, a MCP4725 DAC, and a potentiometer to simulate the throttle of an electric racing motorcycle. My goal is to read the potentiometer value through the ADC of the STM32 and then transmit it vi...

Soniaa12 by Associate
  • 759 Views
  • 1 replies
  • 0 kudos

Resolved! FDCAN 1 and FDCAN 2

Good morning, I am currently working on the nuclei H755 ziq. it says on the data sheet and on stm32ide that it has two FDCANS. however, I have only found in the schematics one tx and one rx port. how do I know if they are connected to FDCAN 1 or FDCA...

Capture d’écran 2024-09-30 à 10.07.16.png
Jad by Senior
  • 1057 Views
  • 6 replies
  • 0 kudos

Resolved! Pull-down resistors on ADC pins on STM32H563RGTx

Is the pull down resistors on PA7 and PC1 necessary or can I skip these? (These pins are SPI2 MOSI) The reason why I ask is because I need to use the ADC functionality of these pins, but with the pull down resistors it's messing up my ADC readings, s...

Oscar3 by Associate II
  • 1098 Views
  • 8 replies
  • 7 kudos

Resolved! STM32C011F4 FLASH size 32kB ?

I have some strage problems trying to access all 32kB FLASH on this chip.If I run a program in the first 16kB of the flash space, it runs perfectly and I can read and write the full 32kB of flash. Reading and writing the full flash is also possible f...

image001.png image002.png
danmcb by Associate III
  • 615 Views
  • 2 replies
  • 4 kudos

I3C Target always Nack

Hello,I'm a newbie ,and I'm facing some issues.. I used two NUCLEO-H503RB boards, one as a controller and the other as a target. I connected them as shown below. . And I tried them  with the Example code "I3C_Controller_Private_Command_IT & I3C_Targe...

7235f818-c10f-453d-a1cd-2ceaa4e5a181.jfif 螢幕擷取畫面 2024-09-19 103759.png Vinc_L_0-1727318491588.png
Vinc_L by Associate
  • 474 Views
  • 1 replies
  • 0 kudos

UART Receive interrupt stuck issue

As per my understanding of stm32 uart driver interrupt code the usual process for receive interrupt is,1. HAL_UART_Receive_IT:It checks if huart->RxState is HAL_UART_STATE_READY.If true, it sets huart->RxState to HAL_UART_STATE_BUSY_RX.2. When Data i...

Resolved! Protect the MCU without making hardware changes.

Hello everyone,I’m facing an issue described in this link: My STM32 device is overheating and has malfunctioned.My STM32G070CBT MCU has been damaged, specifically from the PC6 pin, which wasn’t in use. Unfortunately, the pin is connected to another d...

Wadeva by Associate III
  • 1586 Views
  • 10 replies
  • 5 kudos