Posted on May 17, 2011 at 15:10Hi leo, I am using Eclipse CDT with Cosmic compiler 1. Create your project with STVP (toolset = STM8 Cosmic) 2. Select Project->Export Makefile... 3. Close STVP (save all changes) 3. Rename generated makefile ''{prjnam...
Posted on May 17, 2011 at 15:10Hi julien, i would suggest the following. 1. You have to reserve the space for the 16KB file in your c code. 2. This can be done by an array variable at a given address see also http://www.cosmicsoftware.com/faq/fa...
Posted on May 17, 2011 at 15:08You can use gdb7.exe to restart mcu after programming. I use the following command line: gdb7.exe --quiet --command=restart_mcu.ini Content of restart_mcu.ini <-----------schnipp-------------> # # define emulator reset...
Posted on May 17, 2011 at 15:08Hi, latest version of GDB Source (gdb 4.17, ST7 v3.9.16) is now available. http://www.st.com/stonline/products/support/micro/files/gdb7.zip Stefan
Posted on May 17, 2011 at 15:07Hi Kelvin, you can use STVP programming toolkit to programm mcu from command line. http://www.st.com/stonline/products/support/micro/files/um0151.exe http://www.st.com/stonline/books/pdf/docs/11472.pdf Command line for...