STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Issue in establishing FDCAN communication in Normal Mode

I had sought help a while back for code on establish FDCAN communication in Classic mode between H7A3ZI-Q and G474RE, I did get the correct code and it indeed worked with the two boards, but now when I try to run it on Normal mode, the code fails to ...

Shubh150 by Associate III
  • 698 Views
  • 2 replies
  • 0 kudos

ADC to DMA not working on Nucleo-U545RE-Q

Hello.I have problems to get DMA with ADC working.I'd like to collect 2 values from PA3 and PA4 and store them in an array (convertedData_u16). I configured ADC1 with Channels 8 and 9, and GPDMA1 with Channel1.I can see that data is being collected i...

Resolved! STM32G431 (STSPIN32G4), OPV High Offset Voltage

Hi,i have a custom design with a STSPIN32G4 SoC. However, I think my question does refer to the internal microcontroller (STM32G431VBTx) and not the motor controller.Timer TIM3 does trigger an interrupt every 10 ms.The Interrupt starts a conversion o...

oeser by Associate II
  • 2199 Views
  • 19 replies
  • 6 kudos

STM32L031F4 power consumption too high

Hello,I have a project that uses the STM32L031F4. I need the board to have the current under 1mA whilst running. However, I cannot get the current this low, even according to the data sheet, the max current consumption for Vcore=1.2V should be 0.2mA....

SPI DMA with STM32U5

Hi everyone,I want to connect 2 stm32 via SPI DMA mode. My wish is that the master first sends 512 bytes of command to the slave, then the slave processes this data to respond to the master. On the master side, the delay between sending 512 command b...

WhatsApp Image 2024-09-12 at 16.00.19.jpeg WhatsApp Image 2024-09-12 at 15.59.03.jpeg
tuna by Associate
  • 1661 Views
  • 6 replies
  • 0 kudos

How do I fix a HAL_BUSY condition during I2C comms?

Hi Folks,This has been driving me crazy. I'm using a Nucleo-L031 board and it's connected to a I2C TCA9548A 1:8 multiplexer. I am trying to read 4 sensors connected to the mux chip. I have 4.7K pullups installed at the Nucleo's I2C pins. The sensor b...