STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Storing data directly in SRAM

Hi, I'm looking for a way to store data directly in SRAM. You may ask "Why?":So, my system is collecting data from sensors and writing them to SD card. One full block of data is 128 bytes long. Collecting data and write operation happens when certain...

bmak by Senior
  • 4606 Views
  • 10 replies
  • 0 kudos

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
  • 676 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
  • 2212 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
  • 424 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
  • 702 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
  • 556 Views
  • 3 replies
  • 0 kudos