STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to make a PWM of 13.9ns pulse width with HRTIM?

Hello ST community,I use a STM32F3348 DISCO board (STM32F334C8Tx MCU) and I would like to realize a PWM with a period of 4µs (250 000 Hz) and a pulse width of 13,9ns. I tried first with the TIM1 and then with the HRTIM but in both cases I can't reduc...

PMach.2 by Associate II
  • 660 Views
  • 1 replies
  • 1 kudos

Optimizing ADC DMA transfert and IRQ latency

Hello,I have the following config:STM32H743- Core 400MHz- AXI/AHB 200MHz- ADC clocked by the PLL at 144MHz, then divided by 4 (async mode) => 36MHz- TIM15 trigering ADC conversionsADC1 in scan mode converting 2 channels in scan mode. Data sent to SRA...

tarzan by Associate II
  • 1119 Views
  • 2 replies
  • 0 kudos

Implementation of a STM32 in transparent mode to flash another UART-connected STM32. What UART configurations and timing should be setting to implement this feature in STM32 in transparent mode?

I have one Master STM32 connected over UART to a Linux MPU and also connected over another UART to a Slave STM32.My purpose is to set the Slave STM32 in bootloader and flash from the MPU the application in the Slave STM32, the Master STM32 is in the ...

vincent by Associate II
  • 644 Views
  • 1 replies
  • 0 kudos

How to read OBD CAN data using STM32f103 ? here is reference https://github.com/ARoozitalab/ELM327-OBDII-STM32 code i modified

using the ref code : https://github.com/ARoozitalab/ELM327-OBDII-STM32 , Succesfully compiled & flashes to Stm32f103RC using keil , Could someone help to debug this code, As i checked, in blu.c file, In BLE_recieve, there is usart_recieve function, ...

Nverm.1 by Associate II
  • 3102 Views
  • 1 replies
  • 0 kudos

HAL_FMPI2C_Mem_Read_IT() in library "stm32f4xx_hal_fmpi2c.c" claims to be "Read an amount of data in non-blocking mode with Interrupt", yet behaves as a blocking call. Where am I going wrong?

My understanding of a non-blocking function is that the function will return immediately, and it is up to you to use a callback or other method to collect the data. With FreeRTOS it's not difficult.Yet HAL_FMPI2C_Mem_Read_IT() seems to hang around an...

Mike xx by Associate III
  • 946 Views
  • 2 replies
  • 0 kudos