Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stm32CubeMX + CoIDE

Posted on August 15, 2014 at 00:23Hello everybody! I use CoIDE for develop applications to stm32f4 series. I checked Stm32CubeMx. This is a very good tool but not able to generate to CoIDE. I write a project converter tool, that can be convert TrueS...

totti001 by Associate II
  • 558 Views
  • 2 replies
  • 0 kudos

STM32CubeMX V4.3 & Keil MDK 4.7 linking problem

Posted on July 20, 2014 at 15:56Hi, When I make Project, generate code, open Project in MDK, Close NKD, Change Project, generate again, open MDK,....... several times then following happens: 1.) every 2,3,4th times, when I build all of MDK Project, ...

Osto by Senior
  • 918 Views
  • 4 replies
  • 0 kudos

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