Anyone familiar with this micro and have any good resources on coding for it? There are some very brief sample assembly code in the datasheet but not enough to get a full understanding of how to code on it. not really looking for a full library just want to get enough examples so I know how to do basic things like initialize ports, use ports, send ethernet frames, receive ethernet frames, use i2c etc.
Ideally I would want to use C if possible but if this chip uses assembly then I've always been kinda tempted to brush up on that more. I've done very brief assembly before so understand it to a very small degree.