STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Regarding FreeRTOS

Hi ST Team,Hope all you are Well !!!!I have a STM32F030 Nucelo-64 EV BOARD. I wanted to work on FreeRTOS on this Board. Can you help me how can i proceed on this.

PKuma.6 by Associate II
  • 559 Views
  • 3 replies
  • 0 kudos

Resolved! F042K6 - stuck in CAN receive interrupt

Hello,I am trying to set up CAN communication on my F042K6 using the HAL library. I have followed the stm guide (attached). I got most of the functionality working, however if i try to use the Rx interrupt using "void HAL_CAN_RxFifo0MsgPendingCallbac...

retro by Associate III
  • 2505 Views
  • 12 replies
  • 0 kudos

STM32F76XXX Bootloader Activation

Hi! I'm new to the STM32F76, and I'm attempting to flash the MCU through either a serial/USART connection or USB (DFU mode). I have been unsuccessful and would appreciate any advice.Here's what I've tried:* I've read through AN2606 and have gathered ...

BB.2 by Associate
  • 444 Views
  • 2 replies
  • 0 kudos

Unexpected restart, NUCLEO-L432KC

Hello,I want to use a NUCLEO-L432KC as an interface card on a computer.The L432KC reboots when it is plugged into the USB port of my computer in Windows 10.These restarts occur randomly after a few minutes.These restarts also occur if I supply it wit...

MBASL.1 by Associate
  • 346 Views
  • 1 replies
  • 0 kudos

FATfs library for QSPI flash

is there any library available to handle FATfs file management system over QSPI flash, I've checked it is available for SD card, may be some part of it can be used but if its available for QSPI flash which directly can be used.

AShel.1 by Associate III
  • 992 Views
  • 8 replies
  • 0 kudos

Resolved! SPI slave and SSI bit

Hi there,Lets say my device is configured as an SPI slave device with a software NSS pin. The STM32 HAL API doesn't use the SSI bit from CR1 register at all. I was wondering, what actually happens to the SPI peripheral when I manually set or clear th...