STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FatFS initialization on F072

Posted on May 13, 2017 at 16:26 Hello, I'm trying to port CubeMX repository example for uSD card on STM32F072-EVAL to NUCLEO-F For some reason I get error out of functionf_mount(...) which returns 11 (The logical drive number is invalid). Als...

serdes on STM32

Posted on May 18, 2017 at 18:52Are there any plans for an STM32 family product that implements a common SERDES interface for high speed communication with other chips (ie, FPGAs)?  Along with this, a PCIe endpoint in an STM32 would be much appreciat...

UART Overrun

Posted on May 10, 2017 at 18:44 Hello, I'm using stm32l476 board discovery. A GSM modem is connected to the STM32 through RS232 to UART driver. The UART is configured with IRQ and hard flow control (RTS and CTS). Here, is my IRQ callback : ...

Sirac by Associate III
  • 264 Views
  • 1 replies
  • 0 kudos

USB host stall

Posted on April 29, 2015 at 10:39Hi, I'm trying to interface an USB barcode with discovery board F407. I'm using CubeMX 4.7 and keyboard example as starting point from Cube USB HOST library. With some keyboards and usb wireless presenters (logitech)...

STM32F769 SPI missing data

Posted on May 04, 2017 at 12:41 Hi, I am occasionally loosing a byte on SPI reads from an external ADC and would appreciate any suggestions about how to investigate further. Summary: I have a FreeRTOS based application running on the STM32F769I...