STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Android USB HID driver for STM32F1 Series

Hello there.  I am trying to implement a USB HID driver for the STM32F1 series.  I tried several generic examples of Android USB HID drivers on the web, but none of them seem to work with what we have.  I was wondering, how would I approach implement...

How to debug properly UART interrupts?

My UART works well in normal mode, but when I want to analyze callbacks for Rx in debug mode it doesn't work properly. I mean when I set breakpoint at HAL_UART_RxCpltCallback and I'will send bytes from terminal, debugger stops at this callback and do...

BHowa by Associate
  • 1110 Views
  • 2 replies
  • 0 kudos

STM32L476 CAN Bootloader

Hi,we want to use the built-in CAN bootloader of a STM32L476. We experienced some strange behaviour while testing with a nucleo board, which we could partly fix.First of all, after a write command, sometimes two ACK are sent, the data is also written...

Using nucleo board as offline programmer

Hi,i'm wondering if there is an easy solution for using nucle board as field programmer over SWD interface. I would like to programm blank stm32 device directly from nucleo board using external flash or stm32 device content. It should be done over on...

DCMI to QSPI storage

Hi there,I am trying to use DCMI on STM32F469. Due to the limitation of the internal RAM, external RAM is needed. One option is to incorporate a QSPI-PSRAM. After reading "AN5020 - Digital camera interface for MCUs", my question still remains: Can DC...

alexP by Associate
  • 471 Views
  • 2 replies
  • 0 kudos

SPI slave configuration

Hi to all,I'm dealing with SPI interface in slave mode and I am experience some problem in communication.I am using a ST32F030 MCU and I enabled RXNEIE interrupt for receiving data. Hereafter is the code:CONFIGURATIONRCC->APB2ENR |= RCC_APB2ENR_SPI1E...