• What will happen if Cortex-M0 fetches 0xFFFF_FFFF as an instruction ?
    Dear Guys,     In typical SoC product, the FLASH memory is initially empty after being shipped from factory, in which the data are all "0xFFFF_FFFF".     I am curious how Cortex-M0 deals with the undefined...
  • What will happen if Cortex-M0 fetches 0xFFFF_FFFF as an instruction ?
    Dear Guys,     In typical SoC product, the FLASH memory is initially empty after being shipped from factory, in which the data are all "0xFFFF_FFFF".     I am curious how Cortex-M0 deals with the undefined...
  • Is there a way to print a message to the Telnet client without a command having been entered previously?
    In the documentation of the Telnet server the only way to print a message to the client is when previously a command has been entered. I have a case now where I have a long stream of data that I can't...
  • Is there a way to print a message to the Telnet client without a command having been entered previously?
    In the documentation of the Telnet server the only way to print a message to the client is when previously a command has been entered. I have a case now where I have a long stream of data that I can't...
  • about the process of instruction fetch
    Hi: I have read one of the app note that keil provided "in-system flash programming" ( http://www.keil.com/support/docs/2364.htm ) and became confused. In my opinion, the uC core can only fetch instruction...