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

stm32f0 discovery I2C not stable

Posted on August 05, 2014 at 15:04 hello, I try to communicate with an eeprom and I was able to initialise I2C1, the eeprom acknoledges when I send the adress command and I am able to send data to the I2C but the data are not allways the same, s...

External RAM for stm32 eval2 board

Posted on July 30, 2014 at 14:14I am working on a project on the stm32 eval2 board that requires about 600 kB of RAM.  Do I need to add external memory to the FMC bus? Or is all the memory I need already provided with the board.  I do not understand...

RAM in stm32 eval board

Posted on July 28, 2014 at 13:02How do you find how much RAM you have for a board? Specifically, I am working with an stm32 eval 2 board and would like to know how much I am working with. I am sure this is very elementary and I am missing something ...

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...