STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! [Help] Rise/fall times too slow on nanosecond-wide pulses

Hello everyone :D I am currently using the STM32H743VIT6 (LQFP-100) on a custom PCB.My goal is to generate fast positive pulses (ideal case would be a 10ns pulse) on TIM4 CH2 (PB8). APB2 is clocked at 200MHz so I can get 5ns ticks from my timer.Gener...

2sayle by Associate II
  • 2539 Views
  • 12 replies
  • 0 kudos

how to send 5 frame in fdcan protocol ?

i am able only send 3 frame but i want send 5frame ,what i am doing wrong ? if (HAL_FDCAN_Init(&hfdcan2) != HAL_OK) {Error_Handler();} FDCAN_FilterTypeDef sFilterConfig;  sFilterConfig.IdType = FDCAN_STANDARD_ID;  sFilterConfig.FilterIndex = 0;  sFil...

_legacyfs_online_stmicro_images_0693W00000bjZBCQA2.png _legacyfs_online_stmicro_images_0693W00000bjZBMQA2.png _legacyfs_online_stmicro_images_0693W00000bjZBbQAM.png _legacyfs_online_stmicro_images_0693W00000bjZBqQAM.png

Resolved! I would like to know about the 4 GPIO speed settings on the STM32H743BIt6. And is it possible to measure the system clock 400Mhz from the MCO2 pin output terminal?

​I am using STM32H743Bit6.#define GPIO_SPEED_FREQ_LOW     (0x00000000U) /*!< Low speed   */#define GPIO_SPEED_FREQ_MEDIUM   (0x00000001U) /*!< Medium speed */#define GPIO_SPEED_FREQ_HIGH    (0x00000002U) /*!< Fast speed  */#define GPIO_SPEED_FREQ_VER...

SHEHERHER by Associate II
  • 2828 Views
  • 6 replies
  • 0 kudos

Anti tampering with STM32L4

I'm working on a project with an STM32L4 microcontroller and I need to implement an anti-tampering function to detect if the case has been opened using a switch. I know that the STM32L4 has an anti-tampering function on pin PA0, but I'm already using...

mgarc.1 by Associate II
  • 957 Views
  • 6 replies
  • 0 kudos