Solved
Hi, How can SPC584Bx be program without stk5, spc5 studio etc. (For example Microchip family has CLI (command line interface))
..
..
First you have to generate the software through SPC5Studio in order to get the .cfg and out.elf.
Then you can program using OpenOCD:
path\to\openocd\bin\openocd.exe -s path\to\openocd\scripts -f path\to\board\spc584b_dis.cfg -c "program path\to\workspace\project\build\out.elf reset exit"
For windows computer please avoid path with space.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.