Other Parts Discussed in Thread: MSP430G2231 , MSP430FR4133 各位大神好!小白之前一直没用过TI的MCU,查看了User guide后遇到一个貌似很菜鸟,但确实自己没有明白的问题:考虑到量产过程有多次修改程序的可能,那么问题来了,
(1)请问MSP430G2231用JTAG烧断熔丝后,有什么方法再次修改程序?貌似这颗IC只支持JTAG和SBW两种方式(BSL不支持?),但附件中的User guide截图让我有点搞不明白,究竟熔断后还能修改程序吗…
我的程序compile时没错,make时出现如下错误
Error[e16]: Segment CSTACK (size: 0x40 align: 0x1) is too long for segment definition. At least 0x10 more bytes needed. The problem occurred while processing the segment placement command "-Z(DATA)CSTACK+_STACK_SIZE#", where…