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

Pulse delay in STM32F051C6T6

I am using STM32f051c6t6. I am using internal crystal clock source. I have also set Timer clock source to 24 MHz. I am writing simple program to generate low and high pulse. The 10 us pulse is not generated properly. The rise and fall times has delay...

0693W00000NsgKwQAJ.jpg
FLast.5 by Associate II
  • 979 Views
  • 3 replies
  • 0 kudos

I2C MASTER TRANSMIT IS NOT WORKING

I have tested the  HAL_I2C_Master_Transmit(&hi2c1, 0x68, some_data, 10, HAL_MAX_DELAY);in my nucleo stm32f302r8. But, It is not working, when I go to debug, the program retun HAL error at checking the NACK is detected or not. below is picture: Here i...

0693W00000NsjHCQAZ.jpg 0693W00000NsjHHQAZ.jpg
WM_IR by Senior
  • 3048 Views
  • 6 replies
  • 0 kudos

STM32G070 ADC with DMA error

I configured ADC with DMA for 5 channels.but converted values are wrong. Last channel value stored in First in the buffer and First channel value copied to remaining buffer static void MX_ADC1_Init(void) { ADC_ChannelConfTypeDef sConfig = {0}; /*...

0693W00000NsgmMQAR.jpg
HPATH.1 by Associate II
  • 739 Views
  • 1 replies
  • 0 kudos

Resolved! Use a QSPI PSRAM chip with STM32L452xxx?

I'm new to STM32s and I want to verify that I can put a Quad-SPI PSRAM chip (or SRAM, DRAM, etc) on the Quad-SPI interface and have everything work? From what I have read it seems like it will work, but everything seems to refer to using FLASH memori...

SKarl.19 by Associate II
  • 1237 Views
  • 1 replies
  • 0 kudos

Resolved! How to change periode using timer DMA PWM?

I watched a tutorial using this code: pwmData[0] = 10; pwmData[1] = 20; pwmData[2] = 30; pwmData[3] = 40; pwmData[4] = 50; pwmData[5] = 60; pwmData[6] = 70; pwmData[7] = 80; pwmData[8] = 90; pwmData[9] = 100;   HAL_TIM_PWM_Start_...

YSall.1 by Senior
  • 1120 Views
  • 3 replies
  • 0 kudos

configuration du filtre CAN

Bonjoujr,Je veux configurer la réception CAN en filtrant les messages via le mecanisme FIFO0/1.Je veux filtrer les messages 00000001 et 00000002 via FIFO0 et 00000050 via FIFO1.Je ne comprends pas la logique des données à initialiser via la structure...

ABITT.1 by Associate III
  • 1087 Views
  • 4 replies
  • 0 kudos