Part Number: MSP432E411Y
Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
Please let me know if there is another place you want feedback on the SysCFG tool. So far pretty awesome!! A lot easier to use than the configuration using XCONF with the 1294 Tiva in CCSv6 from 5 years ago!
It is a little disconcerting knowing if the defaults are appropriate for my application. Using the MSP432E401 Launchpad right now but will move this to my real code on the MSP432E411 soon. I'll know if defaults are the right stuff soon!!
So, here is the feedback:
I added the IP, TCP, and UDP packages because I want to be able to hard code the MAC and IP for my application. This necessitated removing ndk_tirtos.c from the out of the box demo directory. I am struggling to find where the "display" handle gets created. It is presently unresolved. I have grep'ed but haven't found where it gets set.
You might want to add instructions somewhere (perhaps when IP gets added in SysCFG) that board.c replaces ndk_tirtos.c. Of course, you also need instructions on the "display" handle!
I noticed that the NDK config file is where the unresolved reference occurs and the calls to Display_printf are commented out in the main ndk_tirtos.c file. Guessing there is some issue that has not been resolved for this.