I am developing some code that involves multiple peripherals, but I am having issues only with the SPI lines following initializing the BLE stack. I am able to write to and from a FRAM chip before the BLE stack is initialized and see data flowing on my logic analyzer. Once the BLE stack is initialized, the spi function is being hit and run as it should be with the correct data in it, but I am getting nothing on my logic analyzer. Once I pause the code, the SPI lines show error. Is the BLE stack messing with the timing of my spi transfers?
NOTE: I am currently using a Rigado BMD 350 Dev Board. I do not have the actual FRAM device connected yet as currently waiting on the order. I am using Saelae Logic Analyzer to receive the data from the NRF52832 chip.