User Tools

Site Tools


en:arm_programming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:arm_programming [2013/08/16 18:33] – [J-TAG] macosx config toxygenen:arm_programming [2013/08/16 18:38] – [J-TAG] kaklik
Line 153: Line 153:
 For programing is suitable eg. [[http://openocd.sourceforge.net/|OpenOCD]], an open programm that supports the majority of JTAG programmers and is able to create the back-end for [[http://www.gnu.org/software/gdb/|GDB]], thus supporting the debugging as well. For programing is suitable eg. [[http://openocd.sourceforge.net/|OpenOCD]], an open programm that supports the majority of JTAG programmers and is able to create the back-end for [[http://www.gnu.org/software/gdb/|GDB]], thus supporting the debugging as well.
  
-Though there already exist natively supported packages for OpenOCD in Ubuntu, their versions are usually quite old compared to the latest development. It is therefore recommended to compile the current version...+ 
 +=== Ubuntu === 
 + 
 +Though there already exist natively supported packages for OpenOCD in Ubuntu, their versions are usually  
 +quite old compared to the latest development. It is therefore recommended to compile the current version...
  
   sudo apt-get install libtool git gcc automake libftdi-dev texinfo   sudo apt-get install libtool git gcc automake libftdi-dev texinfo
Line 198: Line 202:
    
  
-Mac OS X:+=== Mac OS X === 
  
   ./configure --enable-ft2232_ftd2xx openocd -f busblaster.cfg -f /usr/local/share/openocd/scripts/target/stm32f1x.cfg\\   ./configure --enable-ft2232_ftd2xx openocd -f busblaster.cfg -f /usr/local/share/openocd/scripts/target/stm32f1x.cfg\\
Line 208: Line 213:
   ft2232_vid_pid 0x0403 0x6010   ft2232_vid_pid 0x0403 0x6010
  
-zakladne info: http://pramode.net/fosstronics/stm32-circle.txt+basic info: http://pramode.net/fosstronics/stm32-circle.txt
  
 ===== RTOS ===== ===== RTOS =====
en/arm_programming.txt · Last modified: 2013/11/08 13:05 (external edit)