STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST32f4discovery+sdcard+fatfs problem

Posted on June 30, 2012 at 23:43Hello, i have a small problem i think.With the help of this forum and google i created a project with CoIDE.What it should do is reading the directory of an SDCARD.The SDCARD part is working. but the fatfs is not work...

arnold by Associate II
  • 4463 Views
  • 48 replies
  • 0 kudos

Using CCM (or other ram) to store critical functions

Posted on October 23, 2012 at 13:50 Hi. I am using a STM32F4discoveryboard to prototype an application. In the application, I have some really critical interrupt that must be handled (or else there will be an uncontrolled surge of over 80...

marbel by Associate II
  • 1678 Views
  • 6 replies
  • 0 kudos

EOC interrupt for ADC

Posted on October 22, 2012 at 16:42  The original post was too long to process during our migration. Please click on the attachment to read the original post.

orn by Associate II
  • 2668 Views
  • 14 replies
  • 0 kudos

STM32F2 series flash mapping

Posted on October 24, 2012 at 19:51Hi,I am using STM32F207VE, and trying to perform read/write operation. Since this chip has flash memory of 512K, not sure how the mapping takes effect. Memory mapping is explained for 1MB flash, but not for lesser ...

mit by Associate II
  • 664 Views
  • 2 replies
  • 0 kudos

STM32F2 series flash mapping

Posted on October 24, 2012 at 19:53Hi,I am using STM32F207VE, and trying to perform read/write operation. Since this chip has flash memory of 512K, not sure how the mapping takes effect. Memory mapping is explained for 1MB flash, but not for lesser ...

mit by Associate II
  • 347 Views
  • 0 replies
  • 0 kudos

Stoopid SWD remap - Undo ? :)

Posted on October 24, 2012 at 15:02 Hello everyone, Well this error still makes me laugh because it's so stupid :) I was planning to use PB4 as an output PP to pull up my USB D+ line. after some time trying to understand why it was not working I jus...

longchair by Associate III
  • 392 Views
  • 2 replies
  • 0 kudos

SPI Transmission Problem

Posted on October 23, 2012 at 04:00I've got an STM32F103 chip transmitting SPI. It works fine most of the time. It's configured to be idle low. It is idle low when transmitting most values, but when I transmit the value 0b1000000, the data line goes...

heinsmatt by Associate II
  • 1022 Views
  • 6 replies
  • 0 kudos

STM32F103 dev board

Posted on October 23, 2012 at 08:34Dear all, I have bought STM32F103RB development board LC Studio from a supplier, but i can't find any software to download my program to the board. Does anyone know what the software that i have to download and it'...

zamzoni by Associate II
  • 1619 Views
  • 7 replies
  • 0 kudos

Question about USBH_BulkReceiveData() Usage

Posted on October 23, 2012 at 15:30Hello! I'm currently working on a project using the STM32F4 Discovery board as a CDC-Host. I have succesfully enumerated my usb device and also successfully used USBH_BulkSendData(). But now I'm unsure about how to...