Other Parts Discussed in Thread: CC3120, CC3100, AM3359
I have a working version of the CC3100 NONOS port. However, when I tried to port to the CC3120's NONOS port I get a lot of errors during the build. Most of the issues are related to OS types like semaphors and mutex's, There are even include directories being referenced in the cc_pal.h file that do NOT exist, like ti/drivers/dpl/... I cant find a .dpl directory anywhere in the SDK plugin.
I've seen other posts relating to CC3120 porting, but most of them are old and there's been updated version of the SDK that were supposed to address their issues. I'm using version 1.50.00.38 of the SDK.
I'm really kind of baffled at these build errors. I was expecting this port to go smoothly after getting a working CC3100 port. But. that's just not the case..
I'm sure I'm doing something wrong, because it's not like TI to reference include directories that don't exist. Also, I don't know why there are references to Semaphores and mutex's in a NONOS port. Are we missing some #defines that disable those functions?
Please help, as I've spent a lot of time trying to get this port going, and all I'm getting is unexpected errors.