Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Revision 312:91755ef8f22a, committed 2016-11-22
- Comitter:
- samp1234
- Date:
- Tue Nov 22 08:08:46 2016 +0000
- Parent:
- 311:af5ab655ba00
- Child:
- 313:5d06a08baf0e
- Commit message:
- DMA to be checked, srp after dma start?
Changed in this revision
| ThreadsAndFunctions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ThreadsAndFunctions.h Tue Nov 22 07:57:22 2016 +0000
+++ b/ThreadsAndFunctions.h Tue Nov 22 08:08:46 2016 +0000
@@ -32,6 +32,7 @@
//wait(2);/*timeout to be decided*/
if(dma)
{
+
PL_RCV_SC_DATA_COUNTER++;
gPAY_SPI->bulkRead_start();
DMA_LED1 = !DMA_LED1; // added by samp
