Hi,
Is the SC4CE290NCPZ a new TIVA with ethernet and 100 pin LQFP?
Ari.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Is the SC4CE290NCPZ a new TIVA with ethernet and 100 pin LQFP?
Ari.
Amit,
Couldn't wait for the response so I went through the two processor datasheets and compared all of the pin/mux allocations and they matched. I replaced...
#ifdef PART_TM4C129XNCZAD
...with...
#if defined(PART_TM4C129XNCZAD) || defined(PART_SC4CE290NCPZ)
...and it seemed to do the trick.
Thanks for your help
Dave