User Activity

 _vLoadAdd = LOADADDR(.vdata); .vdata : {  . = ALIGN(4);  _startvdata = .;    /* create a global symbol at data start */  /********** Enable this part when FACTORY is defined *************/ //  *\file*.o(.data .data*) /*******************************...
I have unknown length of data to be received on UART, and It is continuous bulk of data so which is the better way to use UART, I have configured it with DMA but It is accepting defined bytes only.Could you provide best solution which is good for thi...
Kudos from