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

Audio Middleware in STMCube

Posted on July 21, 2015 at 21:30Dear STMCube developers, it's a great pleasure to use the STMCube software. Still, the tool seems to be raw (or perhaps I haven't completely mastered it). I want to use Audioplayer middleware in my project based on ...

sdobrets by Associate
  • 502 Views
  • 0 replies
  • 0 kudos

Writing to External SPI Flash using DfuSe (USB)

Posted on July 20, 2015 at 15:27Hello Guys, Please, could you tell me whether it would be possible to write binary data to an External SPI Flash from DfuSe (USB)? I have a custom board with stm32f427. There is an SPI Nor Flash connected to the micro...

ouzenkov by Associate
  • 515 Views
  • 1 replies
  • 0 kudos

STM32F4 Discovery won't go into DFU bootloader mode

Posted on July 18, 2015 at 00:19Hi All,I have two discovery boards. When I go into discovery mode (boot0 high, boot1 low)  and then run ''dfu-util -l''  ... with one board I see the devices listed, the other board not .. could this be a faulty board...

bmentink by Associate II
  • 1031 Views
  • 3 replies
  • 0 kudos

DISCOVERY F4 code size limit ???

Posted on July 19, 2015 at 02:39Hi, I am using a DISCOF4 with the USB library with great success if the code size is bellow 17356 bytes. More than 17352 bytes and the USB library is crashing (unknown device in the device manager)! Is there something...

jeremie by Associate
  • 426 Views
  • 1 replies
  • 0 kudos

STM32F302 VCP not recognized

Posted on July 16, 2015 at 12:38Good morning,I've tested the USB CDC mode on the STM32F3 Discovery with the configuration given by STM32CubeMX and it work just fine but now that I made the PCB with the stm32F302RCT the configuration doesn't work. Th...

STM32CubeMX USB CDC(com port) BUG

Posted on July 14, 2015 at 06:05The USBD_static_malloc() function in ''usbd_conf.c'' is broken! Can someone at ST please fix this! Causes USB CDC to NOT work. This function currently looks like this: void *USBD_static_malloc(uint32_t size) {   //sta...

STM32F103 - Bootloader Init Problem

Posted on July 10, 2015 at 10:12Hi, now i run into an other problem with the bootloader on the Nucleo Boards STM32F103 chip. Im building an Android Library to update the STM32 Firmware over Bluetooth (RS232) and add from time to time each processor....

sauer by Associate II
  • 1258 Views
  • 7 replies
  • 0 kudos

STM32CubeMX USB CDC memory wastage for FS USB

Posted on July 14, 2015 at 06:16When creating USB CDC code for devices with a USB FS port, 448 bytes are wasted. The USBD_CDC_HandleTypeDef structure in usbd_cdc.h uses CDC_DATA_HS_MAX_PACKET_SIZE to create data buffer. This is defined as 512 bytes(...