STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN BUS, cube not receiving message

Posted on February 07, 2015 at 13:10Hello, I have been using standard libraries but when CUBE got released I switched. I cant receive any CAN messages with CUBE.-I am using f072-Configured clocks, baud rate, filters(default)-Using interrupt-Silent l...

laggersvk by Associate II
  • 1215 Views
  • 8 replies
  • 0 kudos

STM32F070 Nucleo UART2 Not working EIE=1

Posted on July 21, 2015 at 15:16 I new to STM cubemx through which I have generated code for AC6 Nucleo stm32f070 for simple uart transmission and reception. I saw a video and made the code main code following /** ********************...

gada by Associate III
  • 259 Views
  • 1 replies
  • 0 kudos

STM32F4 SDIO continuos stream

Posted on July 23, 2015 at 11:02 Hi, For the past few days I have been trying to get data written to an SDHC card at a constant rate of 1.2MBps without any success. I have based my SDIO driver on Clive's example, which was posted somewhere e...

felipe2 by Associate III
  • 304 Views
  • 0 replies
  • 0 kudos

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
  • 356 Views
  • 0 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
  • 262 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...