Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

JTAG Debug Auto-Starts

Posted on August 02, 2017 at 13:06I'm using the ST-Link with IAR, trying to do on-chip debugging via JTAG on a STM32F432. However, when I click 'Download and Debug', my application seems to randomly start running, instead of sitting in man at the re...

jvavra by Associate III
  • 657 Views
  • 4 replies
  • 0 kudos

STM32L4 + Timer IT + µs to ms counter

Posted on July 26, 2017 at 09:57Hi All,I'm usinghttps://community.st.com/0D50X00009XkYWYSA386RG microcontroler, Andhttps://community.st.com/0D50X00009XkYWYSA3 https://community.st.com/0D50X00009XkYWYSA3.I have to useTimer to compute delays type ( de...

error an entity with internal linkage cannot be referenced within an inline function with external linkage (after using SPL2LL Convertor)

Posted on July 21, 2017 at 17:25Hello ,  after using the SPL2LL convertor to migrate from lib STD to libLL ,i compile my project so i have this error ' an entity with internal linkage cannot be referenced within an inline function with external link...

Resolved! Debugging Skill and Pull Down Resistor

Posted on July 11, 2017 at 00:15 Hi, I have a quick question about the pull-up and the pull-down resistor. For example, I want to use the switch (S1) to control the output of the GPIO pin (PA0), and read this output to turn on/off another LED. Wh...

0690X00000607XQQAY.png 0690X00000607XVQAY.png
j Q33 by Associate II
  • 2349 Views
  • 9 replies
  • 0 kudos

Why is model running faster than real-time?

Posted on July 07, 2017 at 17:39Hi,I've been trying to use STM32-MAT with MATLAB with an stm32f4-discovery board. I've been having some issues and wanted to post on that for other people. Also I have a problem, I'm not sure how to fix.I use followin...

Prevent heap usage with IAR

Posted on January 19, 2017 at 01:28The Keil uVision IDE/compiler chain has a `&sharppragma` for preventing heap usage; see http://www.keil.com/support/man/docs/armlib/armlib_chr1358938927854.htm. The great thing about this is that the linker fails i...