STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Re: Downloading error through Y Modem Protocol

Posted on July 27, 2011 at 12:42I am trying to upload the flash code using Y Modem protocol via Hyperterminal. But i am getting an error saying, ''The image size is higher than the allowed space memory!''. The target is STM32F100C8 - where the Flash...

ezyreach by Associate II
  • 528 Views
  • 3 replies
  • 0 kudos

Which peripheral firmware library function to be used?

Posted on July 26, 2011 at 19:55Hi all,Could anyone point me to a tutorial on which relevent  ARM peripheral firmware library to be used for a specific usage, eg: reading an SD card?I am currenltly working on a project using STM32F103VE. This is my ...

cnlim89 by Associate
  • 566 Views
  • 4 replies
  • 0 kudos

PWM glitch problem??

Posted on July 24, 2011 at 17:03Has now been running myself crazy here today when I took on the next problem. Have long known that there are small errors in the PWM signal that is off. And after my solution that I post earlier, this has been more th...

0690X00000602PCQAY.bmp 0690X00000602PDQAY.bmp
lizerd by Associate III
  • 456 Views
  • 1 replies
  • 1 kudos

Reading data from flash memory

Posted on July 24, 2011 at 18:22Hi, i'm working on stm32f100x microcontroller..I've written data in flash memory and i've to read it; in stm32f10x_flash.h file i don't have found a function for reading memory..How can i read a location of memory? ...

Please point me to SD Card software

Posted on July 25, 2011 at 21:20I am away from my main development system.  I have the STM32F10E_Eval board with me.  I thought I brought the app note SD card software.  Can’t find on sd.com.  It would be a big help if someone could find it and pr...

picguy2 by Associate II
  • 252 Views
  • 1 replies
  • 0 kudos

stm32F207 + external flash

Posted on July 16, 2011 at 12:22Hello. sorry for my English. I develop an application with a stm32F207 and a external flash memory (NAND) 4 GB. I read the datasheet, but I not understand if I can do or if the microcontroller through FSMC, can contro...

gmosfet9 by Associate
  • 600 Views
  • 4 replies
  • 0 kudos

Resetting a Timer

Posted on July 22, 2011 at 09:04Hi, I have the following problem. I have a RFID-Reader Chips from Melexis (90109) connected to two GPIO Pins (Clock and Data). I process the incoming data with an EXTI handler that is triggert on the falling edge of t...

Reset Problem? SOLVED

Posted on July 24, 2011 at 12:52Hi,My application would only run when I provide an external reset to my board (but when I use a JTAG debugger, it seems to work fine).Is this a problem with the embedded power on reset? Do I need a delay at power-up?

cerdani by Associate II
  • 394 Views
  • 2 replies
  • 0 kudos

Problem accessing RTC->PRLx

Posted on July 25, 2011 at 00:40Hi All,I am trying to change RTC->PRLH and RTC->PRLL.The second WHILE hangs.I keep re-reading the same paragraph in the STM32F101xx reference manual (UM0306, CH8), but I can't see what I am doing wrong. Preceding code...