It is not much as I didn't really saved any failed attemptsterriblefire wrote: Mon Oct 12, 2020 3:53 pmCan you push/send what you currently have for the CPLD / arm code somewhere i can look.arkadiusz.makarenko wrote: Mon Oct 12, 2020 3:39 pm
Does it mean that we can place data on the bus, but control signals need to be controlled over CPLD?
So what need to happen on cpld and side to check this?
Interrupt routine in in main.c (HAL_GPIO_EXTI_Callback)
I changed crystal to 25Mhz and set up clocks for max 216Mhz ( i can revert it back to 8Mhz if you would like to run it on your board)
https://github.com/arkadiuszmakarenko/RiserTest
saying that I did manage to do what I wanted test here from cpld. (read data from bus and save it in register, and then send it back).

