我有看到GD32的boot模式,但是它没有说明引脚要配置为什么电平的时候是哪种boot模式。
只看到STM32关于boot的说明。
boot0 '1', boot1 '0' - boot from system memory
boot0 '0', boot1 'x' - boot from flash memory
boot0 '1' ,boot1 '1' - boot from SRAM
我想请教,我的程序已经烧写到FLASH(boot0已经在电路板上固定拉低)。
我再想读出程序,那是不是要把电路板改造一下,弄个跳线,能让boot0拉到‘1’。
是bootload通过USART0与All-In-One Programmer通信来读出Flash的内容吗?
|