Other Parts Discussed in Thread: HALCOGEN
Hello,
I am currently trying to use two of the MSBSPI pins as GIO on the RM44L520. I followed the technical manual and was able to get the MIBSPI1nCS[3] pin working by configuring it as GIO in halcogen, call the mibspiInit() initialization function, and using the gioSetPort function to set the mibspiPORT1 register high. I tried following a similar process to configure MIBSPI1nENA for use as GIO but I am not sure which register I should be passing into the gioSetPort function to set this pin. I have tried using the N3HET pin that is assigned to the same pin on this board but it doesn't seem to be working either. I have two main questions: first, where I am changing the MIBSPI1nENA output value using the gioSetPort function are there other pins that are going high that I am not aware of, and if so, is there another register I can set to target that specific pin. Secondly, is there some extra step I am missing to configure the MIBSPI1nCS[3] pin for use as GIO? I am using the 100pin variant of this processor.
Thanks for the help in advance