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

3-Wire SPI to demo board not working?

Good afternoon.I have configured SPI2 on STM32L476RG as Master Half Duplex, clock = 4MHz, CPOL = 1, CPHA = Edge 2. I am connected to a Pololu 2736 demo board (LSM6DS33). The timing diagram for the part shows resting clock as high (CPOL = 1) and MIS...

0693W00000KcO0QQAV.png
SWenn.1 by Senior III
  • 497 Views
  • 1 replies
  • 0 kudos

Does anyone know when STM32 MCUs are going to be available on the market? Is there any estimate time known?

Well, I know that this is the most commonly asked question these days, but let me please ask it. Maybe it will help me and future readers of this post.I was working with STM32 MCUs for a quite long time, works great and it is planned to use new versi...

using stm32h747. I am reading ADC data using SPI on ADS8661 IC. the sampling rate we are able to read at is 14us using FOR loop(PFA). trying to reduce the sampling rate by DMA receive through tim12 trigger, not working, please guide me how to in cube mx

for(int i=0;i<3000;i++) { //__HAL_TIM_SET_COUNTER(&htim4,0); while(!(GPIOI->IDR &(1<<5))); //monitoring RVS Pin GPIOI->ODR &= ~(1<<0); // CS pin Low HAL_SPI_Receive(&hspi2, data_rcv ,2,1); // reading 2 bytes at a time GPIOI->ODR |= 1<<0; //CS ...

VV.29 by Associate
  • 676 Views
  • 1 replies
  • 0 kudos

MCU packaged in a MBB

If a MCU is packaged in a MBB, is it then necessary to put the MBB in a climate controlled cabinet in between usage? If what is the recommendation of when to put in, how many days, weeks or maybe months can be accepted before the need of a cabinet?

OJørg.1 by Associate
  • 546 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G4, interrupt function delayed during flash write operation, interrupt vector table in ram, and interrupt function in ram. what am i doing wrong ?

I developed virtual eeprom function that is running fine. But when i write my interrupts are delayed. To avoid this delay, i decided to move all the code of the interrupt from flash to ram using linker script (i currently just toggle a pin in the int...

Pchau.3 by Associate II
  • 1012 Views
  • 1 replies
  • 0 kudos