Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Kyle Mercer

Pages: [1]
1
µTasker general / 1-Wire Protocol
« on: October 24, 2017, 04:39:44 PM »
Is there any out of the box support in uTasker for communicating with Maxim (Dallas Semiconductor) 1-Wire devices? If not, has anyone managed to successfully add this protocol to their uTasker based device (preferably Kinetis)?

2
NXPTM M522XX, KINETIS and i.MX RT / K64F Ethernet
« on: May 30, 2017, 09:47:55 PM »
I enabled the Ethernet interface on my FRDM-K64F development board with uTasker 1.4.11 and I have not been able to successfully change the IP address, gateway, MAC address, etc.

I configure the default values in the network_default constant found in application.c, and disabled the SUPPORT_PROGRAM_ONCE and MAC_FROM_USER_REG defines in app_hw_kinetis.h but the development board starts with 255.255.255.255 as the IP address and gateway and a MAC address of FF:FF:FF:FF:FF:FF

This wouldn't be too bad as the IP, gateway, netmask and DNS can all be changed via menu; however, there is no command to change the MAC address.

The same behavior is seen in the Simulator too. Is there another location where uTasker gets the network configuration from?

Pages: [1]