STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Trigger DMA for SPI based on Timer interrupt

Hello,I need to sample an ADC at 20ms using SPI. I setup a timer interrupt to do this, but I would like to fill a double buffer at SPI_RxHalfCplt and RXCplt.My timer seems to be working correctly, however the Rx Half Complete Callback is being Called...

kcire L. by Associate III
  • 1138 Views
  • 3 replies
  • 0 kudos

Data to Store Array

I keep the important information in 32 byte. But every block have 32 byte .There are more than 300 block and every block have 32 bytes of data. So I've 32*300 byte data. How can I keep in the RAM successfully. Sould I Keep with array (uint32_t) or po...

DCtech by Associate II
  • 607 Views
  • 1 replies
  • 0 kudos

PLL startup problem

I'm using STM32F105RBT, and I'm finding that, in certain circumstances, the phase locked loop is failing to become ready.1) Boot (sysclk = HSI @8MHz)2) Set PLL with source=HSI(div2) and multiplier=93) Enable PLL4) Wait for PLL ready (waits forever he...

s_ by Associate III
  • 547 Views
  • 2 replies
  • 0 kudos

OctoSPI not working on STM32U5

Hello, i am trying to communicate with an MRAM memory (Micron) via octoSPI but i can't manage to make it work! i already looked at the ST code examples and i got the same configuration as the examples but it just doesn't work. Please help!PS: i am us...

SGUIG.1 by Associate II
  • 914 Views
  • 2 replies
  • 0 kudos

Resolved! Problem with ADC on B_U585I_IOT02A

Hello, I'm using the demoboard (B_U585I_IOT02A) in order to read an analogic input (between 1V and 2V for my tests) and I'm currently trying to use the ADC. I say "trying" because, for now, I still haven't been able to read the values ​​correctly. Fo...

Chamo by Associate II
  • 525 Views
  • 1 replies
  • 0 kudos