STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Multiple interrupts

Posted on October 17, 2014 at 12:32Hello, would like to ask if say using interrupts to read from STM32 ADC and there is an external UART device that is read using uart interrupt also on STM32, would there be a case whereby the processing will be stu...

jephua by Associate II
  • 396 Views
  • 2 replies
  • 0 kudos

STM32Cubemx+sd card with dma

Posted on October 16, 2014 at 12:24Hy all! I have a problem with CubeMX and sd card init with dma channels. I check that all of the sd card example project has 2 dma stream for sd card communication. So that I would like to set DMA2_Stream6 for Tx a...

totti001 by Associate II
  • 495 Views
  • 3 replies
  • 0 kudos

Nucleo F103RB - Strange Flash Size

Posted on October 14, 2014 at 10:05Hi,i bought some Nucleo F103RB Boards and designed a circuit board for the Nucleo to drive my LEDs throught Bluetooth.The prototype with airwires worked perfectly, but know i tried it with my circuit and if i plug ...

sauer by Associate II
  • 1301 Views
  • 10 replies
  • 0 kudos

FATFS chan library wrong free space

Posted on October 16, 2014 at 18:46Good day everyone,I tried to use Chan's FatFS library for a while, it works fine,But I found some problems here.If I read free space in my MicroSD card, it reads it wrong.When I format it for a while it reads data ...

hitsumen by Associate II
  • 704 Views
  • 1 replies
  • 0 kudos

stm32f4 dac software trigger

Posted on October 09, 2014 at 12:20  The original post was too long to process during our migration. Please click on the attachment to read the original post.

stzotter9 by Associate II
  • 3182 Views
  • 13 replies
  • 0 kudos

Issues with Getting started with the STM32L152D-EVAL

Posted on October 13, 2014 at 06:12Dear all, I started to work on a STM32L152D-EVAL board. While I started to play around, I tried the demonstration firmware from the following link: http://www.st.com/web/en/catalog/tools/PF257910 I am using the IA...

spveer by Associate II
  • 1941 Views
  • 14 replies
  • 0 kudos

Custom Bootloader HardFault

Posted on October 15, 2014 at 22:32Hi Folks,I wrote a custom bootloader at work and I'm getting a hard fault right at the instruction to jump to the Reset_Handler of the Application. This bootloader worked fine for 6 months but suddenly it started g...