Changes between Version 156 and Version 157 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
11/19/25 13:22:44 (2 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v156 v157  
    1101104. Also (probably rare) if the app communicates with another system by serial port, network, or file import/export that interprets the data content as binary integers, floats, etc... it may be necessary to make changes to account for different [https://en.wikipedia.org/wiki/Endianness endianness]. The 825 Gen2 is ARM-64 little-endian, The Legacy 825 is Coldfire big-endian.
    111111
     112== Compiling ==
     113
     114Right-click on the project and select "Build Configuration", "Set Active", and "Debug-ARM825". Right-click on the project and select "Build Project". Right-click on the project and select "Build Configuration", "Set Active", and "Release-ARM825". Right-click on the project and select "Build Project".
     115
    112116== Debugging ==
    113117