Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
interfaces:mxchip [2015/01/02 23:51]
darron
— (current)
Line 1: Line 1:
-==== MXCHIP EMW3162 ==== 
  
-<wrap right> 
-{{:interfaces:emw3162.jpg?200}} 
-</wrap> 
- 
-This is a compact WiFi module with a powerful ARM CPU. Nothing much is known about how it operates and how to use it. 
- 
-== Pinout == 
-<code> 
-     PB0                    PB1 
-     GREEN LED              RED LED 
-              
-     GND NC NC PC4 PC3 PB14 PA8 PA6 PA5 
-      39 38 37 36  35  34   33  32  31 
-PB6  1                                30 PB9 
-PB7  2                                29 PA0-WKUP 
-PA13 3                                28 PA14 
-PC7  4                                27 BOOT0 
-PA3  5                                26 NC 
-PA4  6                                25 GND 
-PB3  7                                24 VCC 
-PB4  8     D0                         23 PA10 RX 
-PB5  9     D1                         22 PA9  TX 
-PB8  10    D2                         21 PA11 
-PA1  11    D3                         20 PA12 
-PC2  12    CLK                        19 PB11 
-PB14 13    CMD                        18 PA15 
-PC6  14    3V3                        17 NRST 
-GND  15    GND                        16 PB1 
-GND  40           ANTENNA 
-GND  41 
-       42 43  44 
-      GND GND GND 
-</code> 
- 
-== Test == 
-<code> 
-stm32flash -b 9600 /dev/ttyCP2102 
-stm32flash 0.4 
- 
-http://stm32flash.googlecode.com/ 
- 
-Interface serial_posix: 9600 8E1 
-Version      : 0x31 
-Option 1     : 0x00 
-Option 2     : 0x00 
-Device ID    : 0x0411 (STM32F2xx) 
-- RAM        : 128KiB  (8192b reserved by bootloader) 
-- Flash      : 1024KiB (sector size: 4x16384) 
-- Option RAM : 16b 
-- System RAM : 29KiB 
-</code>