README.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. README.txt
  2. ^^^^^^^^^^
  3. OSTEST Project
  4. --------------
  5. ostest.zfpproj is a simple ZDS II - ZNEO 5.0.1 project that will allow you
  6. to use the ZDS-II debugger. Before using, copy the following files from
  7. the toplevel directory:
  8. nuttx.hex, nuttx.map, nuttx.lod
  9. to this directory as:
  10. ostest.hex, ostest.map, ostest.lod
  11. Loading and Executing Code
  12. --------------------------
  13. 1. Copy the files to this directory as described above
  14. 2. Connect the ZiLOG XTools USB debugger.
  15. 3. Install the USB driver from the ZDS-II device_drivers directory
  16. 4. Start ZDS-II and load the ostest.zfpproj project
  17. 5. In the debug tab, connect to the debugger
  18. 6. In the debug tab, load code, reset, and go
  19. Hmmm... it appears that the code does not run if started by a hardware reset.
  20. It runs only when started via the debugger. What is up with that?
  21. Console Output
  22. --------------
  23. OS test results will be provided on the serial console at 57600 8N1 baud.
  24. STATUS
  25. ------
  26. This exemple works fine when started from ZDS-II. But I have seen problems
  27. when starting from a hardware reset.