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

STM32F302R8 SPI problem

Hello i am using 2 STM32F302R8 nucleo boards as 1 slave and 1 master.Master sends values to slave but slave is not receiving values and not going to interrupt. Master Code:uint8_t x; uint16_t d; void rx(void){ GPIOB->ODR&=~(1<<9);// reset PB9 SPI2-...

How to use RX pin for USART to receive data

I am using a Nucleo-L476RG board and I am using USART2 for serial communication. I bought the sparkfun QR scanner module and it has a TX and RX pin. Can I simply connect the TX pin from the scanner to the RX pin (PA3) of USART2 and receive the data f...

CDe S.2 by Associate
  • 197 Views
  • 1 replies
  • 0 kudos

How to use the SDRAM in stm32f7 series

Hello everyone ,I am YugentharRight now i am working in embedded development platform . So i have one doubt guys.I have using stm32f746-disco board.I am displaying one image in LCD screen (800x760)so pixel size is incresing. my code is runing in fla...

_legacyfs_online_stmicro_images_0693W00000bj0UiQAI.png

How to use the FPU STM32H723

I have these math functions that I would like to use the FPU for:sqrtf()cosf()sinf()fabs()atan2f()floorf()ceilf()truncf()roundf()How do I enable the FPU in the STM32H723? I see it is selected in the settings but not sure if it is enabled or not.Do th...

ENort.1 by Associate II
  • 856 Views
  • 8 replies
  • 0 kudos
Labels