CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
190:f0d5fde60221
Parent:
189:0636c8391407
Child:
191:f76b475d7807
--- a/main.cpp	Tue Jun 28 08:22:08 2016 +0000
+++ b/main.cpp	Tue Jun 28 09:51:56 2016 +0000
@@ -118,7 +118,8 @@
     
     
     master.frequency(400000);
-    PL_wo_dma.start(6000);//
+    PL_wo_dma = new RtosTimer(payload_isr_fun_dma, osTimerPeriodic,(void * )NULL);
+    PL_wo_dma->start(6000);//