摘要: 在做3G程序调试时遇到了短信发不出去的情况。1)3G模块为 SIMCOM 5216E2)不包含1122334455 的ASCII串都可以收到3)有一方使用联通手机卡就收不到含有1122334455的命令返回4)换成移动手机卡(收和发都用移动卡)可以收到包含1122334455的命令返回确定与模块无关... 阅读全文
posted @ 2014-12-30 14:25 阿青1987 阅读(354) 评论(0) 推荐(0)
摘要: 官方手册www.ti.com/lit/pdf/swra15144个功率级别,最小间隔0.1dBm,非常实用。 阅读全文
posted @ 2014-12-30 12:33 阿青1987 阅读(389) 评论(0) 推荐(0)
摘要: #include #include "intrinsics.h"// write one byte data to pointed EEPROM addressvoid pdd_write_eeprom_byte(u16 uiAddress, u8 ucData){ char cSREG; ... 阅读全文
posted @ 2014-12-30 12:31 阿青1987 阅读(623) 评论(0) 推荐(0)
摘要: 在系统加载顺序中,详细如下图:1)出厂的ROM CODE在上电后检测FLASH中是否有 At91Bootstrap ,如果有就加载至片内SRAM(片内SRAM的大小为128K)并启动At91Bootstrap2)At91Bootstrap启动后初始化SDRAM/DDRAM的时钟,将U-Boot或ba... 阅读全文
posted @ 2014-12-30 12:27 阿青1987 阅读(462) 评论(0) 推荐(0)
摘要: [OS] linux/Windows1、 拿到开发板,确认开发板的厂家为Atmel原厂2 、到官网下载此板的学习资料,地址为 http://www.atmel.com/tools/atsama5d3-xpld.aspx3 、为了让板子跑起来需要解决以下几个问题第一:从J23 引出的DEBUG串口只接... 阅读全文
posted @ 2014-12-30 12:18 阿青1987 阅读(848) 评论(0) 推荐(0)
摘要: 谷神不死,是谓玄牝。玄牝之门,是谓天地之根。绵绵若存!用之不勤。 阅读全文
posted @ 2014-12-30 09:46 阿青1987 阅读(241) 评论(0) 推荐(0)
摘要: 1. Referencehttp://www.shubhro.com/2014/12/27/software-engineers-should-write/2. srcIn elementary school, there were “math kids” and there were “Engli... 阅读全文
posted @ 2014-12-30 09:40 阿青1987 阅读(160) 评论(0) 推荐(0)