efm32 si446x】的更多相关文章

Linking target: example-trickle.stk3700arm-none-eabi-gcc -Xlinker -Map=example-trickle.stk3700.map -L../../contiki/cpu/arm//efm32 -Tefm32g128.ld -Wall -Wextra -mcpu=cortex-m3 -mthumb -mfix-cortex-m3-ldrd -Wl,--gc-sections example-trickle.co obj_stk37…
EFM32在IAR开发环境下指定代码,数据的存储空间 为了便于后续的项目升级,管理,需要对代码,数据的存储空间加以设定,也在网上找下相关的资料,笔者水平有限, 如下内容不一定完全正确,如有错误之后,还望帮忙纠正.首先,有必要了解一下IAR开发环境的ILINK,IAR的版本要 在IAR5.xx以后,本人是在IAR6.21版本之上调试,目前我也将版本更新到6.50了,推荐使用IAR更新版本的. 下载地址:http://pan.baidu.com/share/link?shareid=328871&u…
[解锁] 使用J-Flash,新建Project,选择对应的EFM32芯片型号. 选择Target >> Connect >> Unsecure chip ,便进行解锁了,解锁之后就可以使用J-link在线仿真调试了! [加锁] 选择Target >> Connect >> Secure chip ,便进行加锁,加锁后,J-Flash无法Connect 芯片,但可以进行解锁操作,解锁后,芯片内部程序自动被清除,芯片上电无程序运行!…
1 Debug Interface Overview 1.1 Serial Wire Debug Serial Wire Debug (SWD) is a two-wire protocol for accessing the ARM debug interface. It is part of the ARM Debug Interface Specification v5 and is an alternative to JTAG. The physical layer of SWD con…
/**************************************************************************//**  * @file  * @brief High Frequaency ADC Sampling using Timer, DMA and PRS  * @author Energy Micro AS  * @version 1.0.0  ***************************************************…
mark:因为最近一直调试(维护)客户的EFM32,和其他系列的Atmel芯片.对atmel不熟悉,做点功课. 1. 自建Arduino 最小系统(原来树莓派都是Atmel的芯片) http://www.geekfans.com/article-4638-1.html 公司有修板剩下的芯片,拿过来做成最小系统. 2.Atmel studio 6.0 安装环境 a.带MKii的烧录固件升级和 avr IDE烧录器升级,我升级到17版本(如果用7.0写的程序,可能需要更新到22版本) 注意:Flas…
1Hardware connection When using the EFM32 starter kit to make a JLINK burn, you must connect the connection between the starter kit and the target board correctly. The MCU of EFM32 USES SWD mode to burn and debug, as shown below, the SWD connection c…
Customer need program quickly asap. ok,I need to set up a table for test. 1 reference data http://www.cnblogs.com/tkinter/p/5632273.html https://github.com/laborer/stcflash 2install the software: Python 3programing jig with paba install You need the…
http://wenku.baidu.com/link?url=hx-pumUzdpS-AbD1OhEW11Jl6H8wex2DNsv4IcZwrgL-drwuUzZ6E1L64fCnAfdUOObKojt3h0tPy2QJK5khCwzWkBU1vqdDme5M0Yj_2gi…
配置时钟: void CMU_ClockEnable(CMU_Clock_TypeDef clock, bool enable) CMU_ClockEnable(cmuClock_HFPER, true); /* Enable GPIO in CMU */ CMU_ClockEnable(cmuClock_GPIO, true); 配置引脚为输入: void GPIO_PinModeSet(GPIO_Port_TypeDef port, unsigned int pin, GPIO_Mode_T…