HELP PLEASE
I have written simple SPI driver (as standalone app - no RTOS) using cslr_spi.h (chip support library) and evmc66x_spi.c (basic example for EVM). It configures SPI and make some simple writes to TX register. I also updated my c66xx.xml target file, in order to observe SPI registers and connected SPI pins to oscilo (test_ph connector). But all this work without single success. It appears as there is not allowed an access to SPI registers - registers are not changing (as driver modifies them) and the corresponding memory space as well (i suppose registers are memory maped according to datasheet p26 = base addr 0x20BF0000).
Simple task, but few days has gone, i am starting to be desperate :-( and using ugly words.