STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI FRAM Data Issue

Posted on July 13, 2018 at 01:05 Greetings, I'm using Atollic True Studio compiler, cubemxcode with STM32L476RGx MCU. I'm trying to send and receive data to Memory FRAM MB85RS64V using SPI.Code below tries to send {0x06, 0x02, 0x00,0x04,0x01,...

0690X0000060QluQAE.png 0690X0000060QmBQAU.png 0690X0000060QlvQAE.png

In-Application Programming over ethernet

Posted on July 16, 2018 at 14:24Hi I am using STM32439I-EVAL board. I want to program my board via ethernet. I searched and i could find an example in ST web site.https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software...

FATFS on SD-CARD writing problem

Posted on July 16, 2018 at 02:07I use STM32F427 with True Studio as my IDE.I need storing data on SD-CARD.I use FATFS as my File System.My problem is that most of the time the actual written data is not what is written - when trying to open the file...

Ofer by Associate III
  • 305 Views
  • 1 replies
  • 0 kudos

when I am sending data using USB, when the callback in my firmware gives me USB BUSY? i am using STM32F303VC discovery board ......USB code generated using STMCUBEMX

Posted on May 21, 2018 at 13:12when I am sending data using USB, when the callback in my firmware gives me USB BUSY?  i am using STM32F303VC discovery board ......USB code generated using STM32CubeMX.Once, I received USB Busy state, dynamically send...