Hi AllBusy with bootloader (usart)It seems that DATASTREAM_Open is not complete....?DRV_HANDLE __attribute__((weak)) DATASTREAM_Open(const DRV_IO_INTENT ioIntent)
{ return 0;
}Should I add the DRV_HANDLE DRV_USART0_Open there?My question why is it still..
↧