Read register - custom ethernet ic
I need a hand with reading registers from ethernet (microchip.com ic).How I can read offset in ethernet memory?Section from documentation:Offset: 0x100h, Size: 32bits 31:16 - chip ip 0:15 - chip revisionMy code:example1: uint32_t phyreg1 = 0x100h; HA...