Hi
I want to transfer a text filebetween nrf51 to nrf52 .Is this possible in nrf device. If it is How can i proceed ?. I am using NRF 15.0 SDK.
Please help me on this .
There is any documentation or example is available regarding this?
Regards
Raja
Hi
I want to transfer a text filebetween nrf51 to nrf52 .Is this possible in nrf device. If it is How can i proceed ?. I am using NRF 15.0 SDK.
Please help me on this .
There is any documentation or example is available regarding this?
Regards
Raja
Hi I have referred the above example . I have kept my file in Jlink CDC Drive .If i configured fatfs for this before reading a file .i am getting below error .
Initializing disk 0 (QSPI)...
[00:00:00.000,000] <info> app: Mounting volume...
mount failed. Filesystem not found. Please format device.
Once I solve this only i can able to transfer file from central to peripheral .Please help me on this.
I have kept my file in Jlink CDC Drive
The nRF chip has no access to that.
If i try with USB CDC-acm example is this possible to read file from Jlink drive. or else only option is to use as USB mass storage
You've flagged this as nRF52810.
The nRF52810 has no USB peripheral.
If you want a USB connection from the PC to the nRF chip, then you will need an nRF52840.
ya yes.. I am using nrf52840 as central.
If i use CDC acm example ,it is necessary to use fatfs for file operations?
If you want to do file operations, you will need some sort of filesystem!
But CDC ACM is nothing to do with files.
https://en.wikipedia.org/wiki/USB_communications_device_class
If you want to do file operations, you will need some sort of filesystem!
But CDC ACM is nothing to do with files.
https://en.wikipedia.org/wiki/USB_communications_device_class