Hi!
I am working with an nRF5340.
- Is it possible to somehow fill an array with values read from a GPIO OUT register using DMA or PPI?
- Is it possible to assign a function to an EGU event and call it at a GPIOTE event using PPI?
- Is it possible to benefit from the two cores of the nrf5340 and continuously sample data in one core and use the other core for other types of processing?
- Should the network core in the nrf5340 only be used for BLE matters?
- When we send a BLE message using functions such as bt_nus_send(), does it interfere with the running of the application CPU, or is it fully handled by the network core (nRF5340)?
If it is possible, please point me to an example code or hints on how to do it.
Thank you.