Hello!
is it possible to execute some code in the section
APP_ERROR_CHECK(nrfx_spim_xfer(memory_structure->spi_Instance, &spi_xfer_Descript, 0));
while (memory_structure->spi_xfer_done==false)
{
__WFE();
}
or do i have to implement some kind of thread logic? or any kind of nonRTOS library?
I come from FreeRTOS development and I want to manage the idle time in a bare metal app that has to wait for sensor data
Board: NRF52 pca10040