JohnKorsh 2 October 1, 2015 Posted October 1, 2015 · Report post Добрый день! Не поможет ли кто в решении проблемы? Зпрограммировали кучу MSP430F1232 с опцией "пережигания" доступа по JTAG. Конечное, понадобилось внести исправления в программу. По-моему возможно программирование MSP430 через его внутренний USART или это "всё", надо перепаивать всю партию? Quote Share this post Link to post Share on other sites More sharing options...
one_eight_seven 6 October 1, 2015 Posted October 1, 2015 · Report post Не помню, что там с 1 серией. 1. Не по USART, там целый набор пинов. 2. Называется эта вещь Bootloader. У TI есть описание по работе с ним. 3. Можно это сделать, только если при прошивке не была отключен bootloader. Если он был отключён (это надо специально заморочиться) - то уже никак. Quote Share this post Link to post Share on other sites More sharing options...
JohnKorsh 2 October 1, 2015 Posted October 1, 2015 · Report post Спасибо. Quote Share this post Link to post Share on other sites More sharing options...
MrYuran 34 October 2, 2015 Posted October 2, 2015 · Report post bootstrap loader (BSL) The MSP430 bootstrap loader (BSL) enables users to program the flash memory or RAM using a UART serial interface. Access to the MSP430 memory via the BSL is protected by user-defined password. For complete description of the features of the BSL and its implementation, see the Application report Features of the MSP430 Bootstrap Loader, Literature Number SLAA089. P1.1/P2.2 - Tx/Rx, плюс RST и TCK Quote Share this post Link to post Share on other sites More sharing options...