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

Debug message:Mon Apr 15, 2013 15:02:43: The stack pointer for stack 'CSTACK' (currently 0x20000BB8) is outside the stack range (0x20008F68 to 0x2000CF68)

Posted on April 15, 2013 at 09:06I am debgging a program with STM3240G-EVAL in IAR. In debug mode, the program flies and when I stop the debug the message is : “Mon Apr 15, 2013 15:02:43: The stack pointer for stack 'CSTACK' (currently 0x20000BB8)...

gaojian by Associate II
  • 1132 Views
  • 1 replies
  • 0 kudos

How to end a DMA circular mode transfer?

Posted on April 15, 2013 at 12:05Hello I have setup a timer comparator to toggle an output pin. The comparator values are loaded with a DMA set up to work in circular mode and the output toggles as expected until the last round of data to be output....

RTC Calendar manipulation

Posted on April 15, 2013 at 03:04Hello All,I am writing a Scheduler which must handle long delays: from 1s to several days. What would be the easiest way to add, lets say, 10.000 seconds to the current Calendar time?Is there any library to help me w...

gingaz by Associate
  • 1362 Views
  • 2 replies
  • 0 kudos

CS43L22 and discovery board

Posted on April 12, 2013 at 09:29Hello I want to make a Beep sound on the discovery board , but i have problems in understanding the code there , I could make the beep work but only when there its playing audio , i want to make the beep work even ...

sami by Associate II
  • 988 Views
  • 2 replies
  • 0 kudos

STM32 - USART3 Sending problem

Posted on April 14, 2013 at 20:30 Dear everyone, I want to use the USART3 to send strings, but I don't know why it doesn't work. I saw multiple examples here on the forum and I think my code is quite good, I can't seem to make it works......

guitest02 by Associate II
  • 1434 Views
  • 2 replies
  • 0 kudos

Standby mode

Posted on April 10, 2013 at 17:12Hello. Does anyone has any idea how can i get the source of wake up from standby mode? I use only RTC and wake up pin. I found a WUF bit in PWR_CSR, but problem is that this bit is for both events. Thanks for any ide...

jspika by Associate II
  • 1793 Views
  • 4 replies
  • 0 kudos

Diffrent between POR and NRST pin

Posted on April 14, 2013 at 14:26WHat is the different between making reset using POR (connecting VDD) and making reset on NRST pin at STM32F2xx? I ask it because when I make POR my RTC IRQ not active but when I do NRST reset it does. I have to ment...

Barbie by Associate II
  • 1028 Views
  • 1 replies
  • 0 kudos

STM32F4 DOC HELP !

Posted on April 14, 2013 at 10:20Hello everybody, Where can I find the documentation (user manual) for the STM32F407VG core from the discovery board ? The doc needs to have all the registers for the core and peripherals :) a NORMAL user manual...Tha...

petre by Associate II
  • 1610 Views
  • 2 replies
  • 0 kudos

recieving data from usart

Posted on April 13, 2013 at 01:10Hi,I am trying to execute a simple program that sends ''ABC '' from a pin  to another via usart. i can send but can not recieve and while debugging the cursor is blocked in this line :while(USART_GetFlagStatus(USART2...

karoui by Associate II
  • 2692 Views
  • 7 replies
  • 0 kudos