STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Unable to receive data using CAN

Hello,  I am using NUCLEO F767 microcontroller. i want to receive data using CAN. I am using CAN2. pins PB12 Rx and PB13 TX. I have tried bunch of things but i am unable to receive data. So, please help me regarding this  Code :  int main(void) {...

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
  • 658 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
  • 2027 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....