STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Better learning resources for Bluenrg-2?

Hey, folks.How are you people learning how to use the capabilities of your MCUs? In particular, I am trying to program a Bluenrg-2 board for a temperature control application. I would like to get better information on using the Multi-Function Timer...

BBeau by Associate
  • 349 Views
  • 0 replies
  • 0 kudos

AES-CBC(128 bit) Encryption for STM32H750VB IC

I am using STM32h750VB for a Project. I need to use AES -CBC Mode of Encryption.I have downloaded the cube-cryptolib and when I searched for the crypto code of my IC, I found that the AES CBC code is available for STM32H743ZI-Nucleo..Can i use the sa...

What's the bXCAN RXD recessive signal on STM32L476?

I'm reading RM0351 for STM32L476, "To be synchronized the hardware has to monitor a sequence of 11 consecutive recessive bits on the CAN RX signal." Is RX recessive bit a digital high or low signal? I couldn't find the info on the datasheet which onl...

ANguy.1 by Associate II
  • 457 Views
  • 1 replies
  • 0 kudos

My data are being send in loop despite the datas are ACK.

static void FDCAN_Config(void) { FDCAN_FilterTypeDef sFilterConfig;   hfdcan.Instance = FDCAN2; hfdcan.Init.FrameFormat = FDCAN_FRAME_CLASSIC; hfdcan.Init.Mode = FDCAN_MODE_NORMAL; hfdcan.Init.AutoRetransmission = ENABLE; hfdcan.Init.TransmitPa...

SBACO by Associate III
  • 1451 Views
  • 8 replies
  • 0 kudos

How to make PWM one shot output?

Hello, I need to make software triggered one pulse output for 300 ms. The question is what is the best way to do this? I have found that PWM can work in one-pulse mode, but it looks like it requires external trigger to start, which is not an option f...

SAkhi.951 by Associate III
  • 1078 Views
  • 4 replies
  • 0 kudos