STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 604 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
  • 467 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
  • 839 Views
  • 1 replies
  • 0 kudos