STmicro HAL driver DMA.

Files at this revision

API Documentation at this revision

Comitter:
aruaru
Date:
Mon Apr 08 15:40:58 2019 +0000
Parent:
5:b14257cbe29a
Commit message:
iar

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Mon Apr 08 15:38:25 2019 +0000
+++ b/README.md	Mon Apr 08 15:40:58 2019 +0000
@@ -12,8 +12,10 @@
 ```
 
 ### Now compile
-works only gcc.
+gcc only works.
 online not correctry works.
+i do not have iar.
+
 Invoke `mbed compile`, and specify the name of your platform and your favorite toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the Arm Compiler:
 
 ```
@@ -92,26 +94,24 @@
 uart settings: 8n1,115200bps
 
 ```
-
-[systemInfo] /src/main.cpp started.
-[systemInfo]    BUILD:Apr  8 2019T14:04:06,
+[systemInfo] ./main.cpp started.
+[systemInfo]    BUILD:Apr  9 2019T00:30:59,
 [systemInfo]    mbed-OS:5.11.5
 [systemInfo]    Mbed OS Version: 51105 
 [systemInfo]    CPU ID: 0x410fc241 
-[systemInfo]    Compiler ID: 1 
-[systemInfo]    Compiler Version: 5060750 
+[systemInfo]    Compiler ID: 2 
+[systemInfo]    Compiler Version: 60300 
 [systemInfo]    STM32HAL_driver Version: 0x01080200 
 uartRXstart status: 0
-utime:9302,cndtr:39,pos:1,6c,l
-utime:9413,cndtr:38,pos:2,6b,k
-utime:9573,cndtr:37,pos:3,3b,;
-utime:9789,cndtr:36,pos:4,6c,l
-utime:11646,cndtr:35,pos:5,3b,;
-utime:12010,cndtr:34,pos:6,6c,l
-utime:12074,cndtr:33,pos:7,6b,k
-utime:12262,cndtr:32,pos:8,3b,;
-utime:12502,cndtr:31,pos:9,6b,k
-utime:12878,cndtr:30,pos:10,3b,;
+utime:6570,cndtr:28,pos:1,69,i
+utime:6571,cndtr:17,pos:2,6e,n
+utime:6581,cndtr:1,pos:3,74,t
+utime:6591,cndtr:1,pos:4,20, 
+utime:6601,cndtr:1,pos:5,70,p
+utime:6611,cndtr:1,pos:6,72,r
+utime:6621,cndtr:1,pos:7,69,i
+utime:6631,cndtr:1,pos:8,6e,n
+utime:6641,cndtr:1,pos:9,74,t
 
 
 ```