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
  • 1716 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
  • 417 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
  • 407 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
  • 488 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
  • 492 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
  • 978 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
  • 412 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...