STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C Algorithm. STM32F2 version

Posted on November 16, 2012 at 14:42All my information is based on RM0033 Doc ID 15403 Rev 5 11/2012. 1. Start will be issued after setting by writing START bit to I2C_CR1 register CR1(START) as soon as SR2(BUSY) is cleared? The document says only ...

brberie by Associate II
  • 293 Views
  • 0 replies
  • 0 kudos

Storing image and wave file on SD card

Posted on November 16, 2012 at 06:06How to store image or wav file on SD card (without using FATFS) ...i m using SDIO interface, Keil development environment and discovery board I m done with sd card initialization and single block read write functi...

aambreen by Associate II
  • 259 Views
  • 0 replies
  • 0 kudos

stm32 link utility: core is held in reset

Posted on November 15, 2012 at 18:53First i had problems with the ST-Link drivers, then I had success with installing them. Now I get ''core is held in reset'' error in st-link utility.How to fix this? My only idea is that I shorted something when I...

blaz by Associate
  • 595 Views
  • 1 replies
  • 0 kudos

Stuck in IRQ handler mode under GDB ? (STM32L152-EVAL)

Posted on November 15, 2012 at 19:33Hello,I am new to debugging on the STM32 and I have a STM32L152-EVAL board and I am trying to bring up the new open source version of RTX on this board.  My setup is as follows.This is setup on a Mac running Mount...

jack23 by Associate
  • 298 Views
  • 0 replies
  • 0 kudos

Power-On Reset from Code?

Posted on November 15, 2012 at 17:01Hey Folks, I know it is possible to reset processor with NVIC_SystemReset(). However, is it possible to enforce a _full_ power-off -> power-on reset from inside the code? Cheers

an by Associate II
  • 301 Views
  • 1 replies
  • 0 kudos

STM32F4Discovery, I2c vs Exti0

Posted on November 11, 2012 at 18:12Is there an inherent reason why activating EXTI0 using PA0 would interfere with a previously functioning I2C1 transmission operation?  (Atollic TrueStudion Lite) That is, I tried to add ext interrupt from previous...

pccmd by Associate II
  • 772 Views
  • 7 replies
  • 0 kudos

STM32vldiscovery and hd44780 display

Posted on October 31, 2012 at 20:26Hi, i tried to use IAR example about LCD for use my display hd44780. I connected 6 pin (RS,E,DB4,DB5,DB6,DB7) for use it on 4bit configuration (i'm sure that the connection is good cause i used that on my old ardui...

stm32 uart rtc timer

Posted on November 12, 2012 at 02:43Hello,i need help about designing a stm32 project. Thought is follows. (i must not use any RTOS)1. my stm32100 will handle uart interrupt randomly2. my RTC on stm32 will be updated each 1 second in the rtc interru...

irmakci by Associate II
  • 1483 Views
  • 7 replies
  • 0 kudos

Tim interrupt?

Posted on November 12, 2012 at 17:22I need that display that I put on my stm32f4 Discovery is updated every second, I thought to do so through an interrupt TIM, but I do not know how to configure to work as TIM clock! can you give me some suggestion...

orn by Associate II
  • 512 Views
  • 5 replies
  • 0 kudos

problem with the dimensioning of the resistors pull-up?

Posted on November 13, 2012 at 21:25 Hi, I have enabled external interrupt (EXTI) by connecting to pin PA4 a button, with its pull-up (I also tried the pull down) but when I pressed the button sometimes is performed twice Iterrupt routine (or mo...

orn by Associate II
  • 579 Views
  • 5 replies
  • 0 kudos