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

Cant use internal watchdog while using flash

hi I am using stm32l496 and when I use flash the watchdog gives error for some reason. and if for some reason flash works the watchdog always fails.Is there any solution anyone else has faced this issue ?

HZaib.1 by Associate III
  • 1069 Views
  • 2 replies
  • 0 kudos

Cordic Configuration STM32G4

Hello all,I want to use the Cordic accelerator in a STM32G4 and calculate the atan2 from 2 input arguments. Now two questions arise:1) Is there a package for CUBE so I can configure it there? Up to now I only see the activation button.2) If there is ...

Bench by Associate III
  • 2676 Views
  • 4 replies
  • 0 kudos

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
  • 710 Views
  • 1 replies
  • 0 kudos