This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Porting C167 code to C164

How easy is it to port C167 (Kitcon) code to a C164 such as the nanoMODUL-164?

Thanks

Dave

Parents
  • It should not be too difficult. However, you have to mindful of the different peripherals that do not exist between the devices. Code for the core is no different. This biggest issue would to change from a demux bus to a multiplexed bus.

    -Chris

Reply
  • It should not be too difficult. However, you have to mindful of the different peripherals that do not exist between the devices. Code for the core is no different. This biggest issue would to change from a demux bus to a multiplexed bus.

    -Chris

Children