Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cube Mx and Keil Cannot read project error.

Posted on November 13, 2017 at 15:56I created project in cubemx and opened in keil but i changed my computer and installed new keil,  i couldn't open projects  cubemx built. I don't know what is the problem ? I took some screen shots about my proble...

Value of ''__initial_sp''

Posted on December 11, 2017 at 13:30Hello , I am new to ARM cortex M processors and while doing some coding on my board using KEIL  i found thatat location 0x0000_0000 my debugger shows the value '0x2000_0660' . Thats the value of the MSP loaded. bu...

n.serina by Associate III
  • 812 Views
  • 1 replies
  • 0 kudos

Pause a systick timer in cortex m3

Posted on December 02, 2017 at 17:29Is there a way to pause systick timer in cortex m3. Disabling/Enabling the timer doesn't pause it, but causes it to stop and restart. I want to pause the systick timer. Is there any way to do this?#systick #cortex...

Resolved! SW enter HardFault_Handler using OpenStm32

Posted on December 01, 2017 at 04:30Hi,The project is developed with Keil MDK, it run well. But I use OpenStm32 to create one project, and copy the source code into the OpenStm32 project. I can run with ST Jlink V2, but the code enter HardFault_Hand...

0690X00000604HZQAY.jpg
kent gu by Associate III
  • 607 Views
  • 2 replies
  • 0 kudos

SW4STM32 external tool argument from user code

Posted on November 29, 2017 at 17:57Hi!I want to pass a string of my main.c as argument in an external tool in Eclipse (Run->External tools->External tools configuration).It's possible to pass, for example, the 'selected_text' (Returns the text curr...

Fib by Associate II
  • 336 Views
  • 0 replies
  • 0 kudos

question regarding map file stm32 & IAR

Posted on November 28, 2017 at 11:23The following 3 line are at the end of my map file produced by IAR.Does anyone know what the '(+ 976 absolute) ' part means?  15 550 bytes of readonly  code memory   1 088 bytes of readonly  data memory   3 020 by...