Gabriel Gallardo
08/17/2023, 10:26 AM0x4
or 0x3
). Do I understand correctly that pins 1-4 are used for the HKSPI? What would happen if I tried to configure them for our output? and how could I go about doing that?Gabriel Gallardo
08/17/2023, 5:34 PMreg_mprj_io_1 = GPIO_MODE_USER_STD_OUTPUT;
etc and we were able to read out the values we wanted. Downside is that because we took the pins away from the HKSPI, whenever we wanted to reflash the program, we had to do the complicated reset procedure mentioned earlier in this channel. Still interested to know, though, if there were any hidden pitfalls to this approach. Happy to learn more.Tim Edwards
08/18/2023, 1:17 AM