Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RAM, Heap, and Stack memory for an STM32 board

Posted on July 24, 2014 at 11:18 I am working on a project that requires at least 500 kB of memory to be used. I have an SDK with this code defining the stack and the heap and it works fine. Stack_Size EQU 0x00004000 AREA STACK, NOINIT, READWR...

Problems During Debugger Mode

Posted on July 21, 2014 at 10:08 I am working with an STM32 eval2 board and trying to debug it. It used to work fine, and I haven´t changed anything, but for the last week or so I am always getting stuck in this loop while I am in debugger mode, ...

while(!__HAL_SD_SDIO_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DCRCFAIL | SDIO_FLAG_DTIMEOUT | SDIO_FLAG_DBCKEND | SDIO_FLAG_STBITERR))

Posted on July 18, 2014 at 10:37I keep getting stuck in an infinite loop in this function while(!__HAL_SD_SDIO_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DCRCFAIL | SDIO_FLAG_DTIMEOUT | SDIO_FLAG_DBCKEND | SDIO_FLAG_STBITERR)) and I am able to look...

printf keil stm32 eval2 board

Posted on July 07, 2014 at 10:33Hey guys, I have been looking up how to do this for a while and I haven�t been able to figure it out.  How do I use printf in keil for the stm32439i-eval2 board? Is there code that will make this work anywhere? Thank...

Retrieving Pixel Data stm32 eval2

Posted on July 08, 2014 at 10:34Hello, I am working on a project that requires me to retrieve the pixel information from the ov2640 camera on the eval2 board.  I am not really sure how to do this and I was wondering if anybody had any advice on thi...

Virtual_Com_Port_Demo

Posted on July 07, 2014 at 21:22Hello Everyone,My goal is to communicate with my board via LABVIEW from Texas Instruments.  To do so, I need to compile a Virtual_Com_Port_Demo included in the STM32_USB-FS-Device_Lib_V3.3.0 . The IDE being used for t...

STM32, Embedded UI Resource Editor and Keil

Posted on March 14, 2012 at 12:06Friends, Do you know how to connect from Embedded UI Resource Editor and Keil in developing code for STM32 ? I have used Embedded UI Resource Editor from ST, but how can I connect it with my code in Keil ? How can I ...

hard fault exception

Posted on June 09, 2014 at 11:57I am generating optimsed code using simulink coder for LMS filter using stm32f4VG407 discovery board,KEIL MDK-ARM, but upon single conversion of signal through ADC , it is stopping at hardfault handler. fault report:M...

satyajit by Associate
  • 1362 Views
  • 6 replies
  • 0 kudos

Problem with stm32f4 discovery & stm32-mat/target

Posted on May 06, 2014 at 08:13 Hi, I am trying to get my stm32f4 discovery working with the Matlab/Simulink package provided by ST. I am using Matlab R2014a V8.3on Windows 7. I am using Keil µVision 4.72 as toolchain. When I am tryi...

zhjize by Associate
  • 2147 Views
  • 7 replies
  • 0 kudos