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

STDFU.dll programming examples

Posted on October 02, 2012 at 00:51I've been trying to write an application in C♯/.Net to upload a generated DFU image to an STM32. I have examined the dfuSe example, however I am having problems with the STDFUFiles and STDFUPRT projects.  I'm unabl...

erich2 by Associate
  • 1005 Views
  • 2 replies
  • 0 kudos

FafFs for SPI NOR FLASH

Posted on February 04, 2015 at 14:14Hi All, I'm developing an application with STM32F407, and I add an SPI NOR FLASH to the project. I would like to ''mount'' a FatFs on the flash for logging state machine, configurations files and other files. I wa...

davide2 by Associate
  • 391 Views
  • 1 replies
  • 0 kudos

STM32F0 CAN with STM32Cube HAL

Posted on February 02, 2015 at 13:35Help me, please. I've got STM32F042K6T6. I generated project for IAR with STM32Cube. I need use CAN-BUS in my device but i can't, cause it doesn't work. I have CAN transmission in Infinite loop with 100ms delay. F...

serkodog by Associate II
  • 3413 Views
  • 15 replies
  • 0 kudos

STM Cube C++ Error

Posted on January 30, 2015 at 15:51Hi,      I've been trying to use the new F4 HAL libraries for a project on the STM32F427II I realize that this will involve a lot of C to C++ integration. My first issue is with the two enum typedefs in    @file ...

dhiry2k1 by Associate II
  • 780 Views
  • 2 replies
  • 0 kudos

USB HS MSD problem

Posted on February 03, 2015 at 06:17Trying to implement High Speed device on stm32f217 and USB3300 chip. VCP works fine, and MSD FS too but MSD HS not working, error code 10 in device manager. Heap size 0x3000, what else can be wrong? #stm32f217 ...

Hardfault Systeminit STM32Cube_FW_F0_V1.2.0

Posted on February 02, 2015 at 10:18Hi,Using the STM32F0308-DISCO eval board and the STM32Cube_FW_F0_V1.2.0I am compliling using eclipse and GCC ARM Sourcery tools with openOCD debugger.The GPIO_IOToggle example compiles, loads and runs in the debug...

COM port disconnect from USB way to know it STM32F205

Posted on November 17, 2014 at 07:29I use today the USB OTG with ST example stm32_vcp_1.3.1.I want to know if there a way to know that a connection I made with teh PC by openning COM port close.I use today the function  DCD_OTG_ISR(USB_OTG_CORE_HAND...

Barbie by Associate II
  • 503 Views
  • 2 replies
  • 0 kudos

how send NULL string with lwip?

Posted on January 28, 2015 at 23:28i can send string with lwip.how send NULL string with lwip sprintf(BUF,''(%c%c%c%c'',len/256,len%256,Cmd/256,Cmd%256);  strncat(&BUF[5],buf,len);   strncat(&BUF[5+len],'')'',1);  tcp_write(TcpPCB,BUF,BufLen+6,1); i...

h_kabiri by Associate II
  • 1244 Views
  • 8 replies
  • 0 kudos