Hi,
From your message, the ethernet bootloader works well and the application image is loaded to flash. The issue is that the application image doesn't work, right?
This is the memory map in your linker cmd file:
MEMORY { VECTORS (X) : origin=0x00000000…
Other Parts Discussed in Thread: LAUNCHXL-F28069M 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1306945/tms320f28069f-tms320f28…
Other Parts Discussed in Thread: BQ25629 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1224517/bq25629-example-i2c-source-code-for-mcu 器件型号: BQ2562…
int main( void )
{
uint8_t i = 0;
// drv_uart_init( 9600 );
// drv_led_init( );
drv_spi_init( );
CC1101_Reset( );
// Write the 26 registers that I have given you. Nothing else
for( i = 0; i < 26; i++ )
{
CC1101_Write_Reg…
Other Parts Discussed in Thread: TMS570LS3137 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1393370…
Other Parts Discussed in Thread: C2000WARE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1296953/tms320f28062-iqmath-sample-code…