STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

MCU with IO bandwidth of 150Mhz or more

Hi All,He have an application that requires fast IO's switching. More specifically, we have a 16bit 200Msps parallel DAC and we are targeting to load a waveform from either flash memory or external memory and output the bits for the DAC. Using an FPG...

VVarg.1 by Associate II
  • 678 Views
  • 4 replies
  • 0 kudos

Serial routine fails for some reason

STM32F429ZIT6 - NucleoI am doing some tests with this board, it reads Encoder input in x4 mode, generates TRGO to ITR1 slave TIM1 in One pulse mode when it reaches TIM2->CCR3 value and updates Encoder counts and number of triggers every 15 seconds on...

DPatr.2 by Associate III
  • 273 Views
  • 2 replies
  • 0 kudos

I'm following this tutorial: https://www.youtube.com/watch?v=WgsXMVZfoO8&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E4WbJ-&index=7&ab_channel=STMicroelectronics And my boar cannot conect to mi phone.

The connection green led indicator doesn't twinkle, it is alway on and I can't see the nucleo in the ST BLE Sensor app. I suppose that the problem is with the CPU 2. I was debugging the code and it nevers reaches the function APPD_EnableCPU2( ); beca...

PGarg.1 by Associate II
  • 465 Views
  • 2 replies
  • 0 kudos

"locked out" from Nucleo-L4P5, cannot erase or program

I have a Nucleo-L4P5ZG board and I cannot use it.Flash download in CubeIDE always fails because of an error erasing memory.I then hooked it up to STM32CubeProgrammer, but the problem persists.Independent whether I try to erase an individual sector or...

b.a. by Associate III
  • 343 Views
  • 2 replies
  • 0 kudos

STM32F7 CAN BUS Rx Interrupt not triggering

PREMISE: I have experience with other communication protocols but very little with CAN so I am not completely sure how to set the prescaler and other parameters.GOAL: I want to read a sensor (namely the airspeed sensor ASPD-DLVR) through the CAN BUS....

0693W00000GWoG2QAL.png 0693W00000GWoFnQAL.png 0693W00000GWoFiQAL.png
FUs.1 by Associate III
  • 468 Views
  • 1 replies
  • 1 kudos

ADC interrupt never gets called

Hi, i'm struggling with this piece of code here:int main(void){ UART2_Tx_init(); ADC_interrupt_init();     while(1){   }   }   /***********ADC***********/   void ADC_interrupt_init(void){ RCC->AHB1ENR |= (1U<<0); //GPIOA clock enable GPIOA->MOD...

Nick- by Associate II
  • 636 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F303VC : SPI1 (Master) SPI2 (Slave)

Hello Everyone,I am trying to establish communication between SPI1 and SPI2 on the STM32F303 Discovery board.I have configured SPI1 as Master and SPI2 as Slave. I am receiving 0xFF when a Receive interrupt is fired in SPI2.SPI1 Master module is confi...

0693W00000KbH2cQAF.png
AT.8 by Associate II
  • 1214 Views
  • 8 replies
  • 0 kudos