MPC5646C_readme.txt 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. //------------------------------------------------------------------------
  2. // Readme.txt
  3. //------------------------------------------------------------------------
  4. This project stationery is designed to get you up and running
  5. quickly with CodeWarrior on your MPC5646C target.
  6. The wizard has created the following CodeWarrior target(s):
  7. RAM and FLASH
  8. The targets are set up for the selected CPU and options,
  9. but can be easily modified.
  10. *************
  11. * IMPORTANT *
  12. *************
  13. If your application will run from flash memory, you should
  14. initialize some additional registers to improve system
  15. performance. For MPC551x devices, initialize the PFCRP0 and
  16. PFCRP1 registers; for other devices, initialize the BIUCR.
  17. Please review the MPC5646C reference manual to determine
  18. appropriate values.
  19. Sample code for the following language(s) is at your disposal:
  20. /*$Lang$*/
  21. Other options may be available:
  22. //------------------------------------------------------------------------
  23. // Getting Started
  24. //------------------------------------------------------------------------
  25. To build your project, use the menu Project > Make or press F7.
  26. This will build the selected target.
  27. //------------------------------------------------------------------------
  28. // Project structure
  29. //------------------------------------------------------------------------
  30. The project generated contains various files/groups:
  31. - readme.txt: this file
  32. - Sources: folder with the application source code
  33. - Header Files: all application and runtime header files
  34. - Startup Code: user customizable startup code
  35. - Lcf Files: the linker command files for the different build targets.
  36. - Runtime: the libraries
  37. //------------------------------------------------------------------------
  38. // Adding your own code
  39. //------------------------------------------------------------------------
  40. Once everything is working as expected, you can begin adding your own code
  41. to the project. Keep in mind that we provide this as an example of how to
  42. get up and running quickly with CodeWarrior. There are certainly other
  43. ways to handle interrupts and set up your linker command file. Feel free
  44. to modify any of the source files provided.
  45. //------------------------------------------------------------------------
  46. // Additional documentation
  47. //------------------------------------------------------------------------
  48. Read the online documentation provided. From within the CodeWarrior IDE,
  49. select Help > CodeWarrior Help.
  50. //------------------------------------------------------------------------
  51. // Contacting Freescale
  52. //------------------------------------------------------------------------
  53. For bug reports, technical questions, and suggestions, please use the
  54. forms installed in the Release_Notes folder and send them to:
  55. cw_support@freescale.com