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

SPI dma example receiving only 0

Hi I am using stmh7 nucleo board and trying the spi dma example in NUCLEO-H743ZI folder, but thr transfer only gives me 0 in the aRxBuffer, anyone has had this problem before? I am not sure how to solve thisThanks!

The speed of the stm32 GPIO (different series).

Dear engineers. I want to read an extern parallel ADC directly connected to GPIO ports of stm32 microcontroller and clocked from it. It is necessary to make 1000 readings from the ADC with a maximum speed and write them to stm32 memory. What is the m...

stm32f411 tim5 and tim9 can not use to be TIM_Encoder mode

int main(void){ HAL_Init(); BSP_LED_Init(LED3); BSP_LED_Init(LED4);BSP_LED_Init(LED5);BSP_LED_Init(LED6); /* Initialize TIM3 to emulate a quadrature encoder outputs */ Init_TIM_Emulator(&EmulatorHandle);   UartHandle.Instance     = USARTx;   UartHand...

yuming by Associate II
  • 383 Views
  • 3 replies
  • 1 kudos

How to stabilize the SDADC2 in STM32F373VCT6?

When I connect a voltage source to channel 0 of SDADC2 in single ended mode, then at floating pin and connecting to ground the value displayed is full scale which 65535, while when I connect some voltage like 2V or 3V to same channel then it shows t...

STM32F4 program crashes when interrupt is activated

Hello,I wrote a program for the STM32F4 using the Standard Peripheral library from ST. I compile the source code with the ARM-GCC tool chain and flash it on the chip using OpenOCD in combination with gdb. As long as I do not use interrupts everything...

NAtta by Associate II
  • 1200 Views
  • 8 replies
  • 0 kudos
Labels