• User-defined functions how to wait for a result
    I have implemented a few simple FUNC functions in an ini file in uVision 4 debug environment and now want to fetch a value. This requires waiting for the code under test to detect the request and provide...
  • User-defined functions how to wait for a result
    I have implemented a few simple FUNC functions in an ini file in uVision 4 debug environment and now want to fetch a value. This requires waiting for the code under test to detect the request and provide...
  • Which registers can I trash with user-defined bank switching?
    Using C51 (v6.xx/7.xx) with user defined bank switching (mode 4), which registers must be preserved on the call and return? R1-R7 must be preserved on the call & return, since these pass parameters...
  • Which registers can I trash with user-defined bank switching?
    Using C51 (v6.xx/7.xx) with user defined bank switching (mode 4), which registers must be preserved on the call and return? R1-R7 must be preserved on the call & return, since these pass parameters...
  • Keil5 display DLL for user defined output
    Dear all, According to the application note 144 document, I create a DLL library for the NEW chip (Cortex-M4) for Keil4 tool. I can display more information in a single dialog box and without any...