README.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. README.txt
  2. ==========
  3. Contents
  4. --------
  5. o NSH Project
  6. o Loading and Executing Code
  7. o Console Output
  8. o STATUS
  9. NSH Project
  10. -----------
  11. nsh.zfpproj is a simple ZDS II - ZNEO 5.0.1 project that will allow you
  12. to use the ZDS-II debugger. Before using, copy the following files from
  13. the toplevel directory:
  14. nuttx.hex, nuttx.map, nuttx.lod
  15. to this directory as:
  16. nsh.hex, nsh.map, nsh.lod
  17. Loading and Executing Code
  18. --------------------------
  19. 1. Copy the files to this directory as described above
  20. 2. Connect the ZiLOG XTools USB debugger.
  21. 3. Install the USB driver from the ZDS-II device_drivers directory
  22. 4. Start ZDS-II and load the nsh.zfpproj project
  23. 5. In the debug tab, connect to the debugger
  24. 6. In the debug tab, load code, reset, and go
  25. Console Output
  26. --------------
  27. Interaction with NSH is via the serial console at 57600 8N1 baud.
  28. STATUS
  29. ------
  30. 1. Note that you must apply the ZNEO patch if you are using ZDS-II 5.0.1.
  31. See the README.txt file in the parent directory for more information.
  32. This configuration does run correctly with the path applied.
  33. 2. I bet that this code, like ostest, will not run if started by a hardware
  34. reset. It may only run when started via the debugger.