i have integrated the uart relevant parts from the app_ble_uart example to the pwm_driver example, i did the modifications to the sdk_config and defines
i get an error while in 'uart_init()' because it has allready been initiated in the 'nrf_log_default_backends_init()' but for some reason many of the defines i added to the sdk_config file are in grey .. specificaly 'NRF_LOG_BACKEND_RTT_ENABLED' which i think may prevent this error no 8 '..uart.. Initialized..'
may be you know why ?
2. in the uart event handler i would like to be able to define that at some point the next event will come only after receiving X bytes to the dma and not get a new event for each byte in the message
3. what is the api for sending a buffer message via dma
4. i would like to understand how to wirte a uarte event handler and define it works via dma not through an existing example so i will have better understanding of the software.. is there a guide to do so ?
5. in the app_ble_uart example it works with s2132, i was not sure if i hade to define it as well in the preproccessor defines, what is the differance if the s132 is flashed on me board but i don't define working with softdevice ?
6. one last thing, it is not clear for me from the app_ble_uart example when it is defined to work with UARTE and not UART, and does the UARTE (dma) has also 6 bytes limitation buffer for fifo or if it works in fifo,
i am a biginer with nordic and maybe some of the questions give indication to that