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.

RTOS/AMIC110: MDIO register access issue

Part Number: AMIC110

Tool/software: TI-RTOS

Hi,

I am able to access PHY registers by directly manipulating MDIO user access registers in debug mode. However, when I am trying to achieve the same effect using CSL_MDIO functions, the program always crashes during first operation that tries to access MDIO memory block (starting at 0x4A101000), with "no source available" error. For example, in CSL_MDIO_init function it happens within HW_WR_REG32, at this line:

uint32_t regVal = *(volatile uint32_t *) addr;

Screen from memory browser:

I would be grateful for any suggestions about what may cause that behavior.

Best regards,

A.Lukasiak