I want to use MSP430FR4133 to transplant UCOSII. Since Micrium's official website does not have the board transplant routine, I downloaded the MSP430F5529 routine for reference.
The platform is CCS 9....
[b][font=微软雅黑][size=4][url=https://e2echina.ti.com/question_answer/dsp_arm/sitara_arm/f/25/t/113233]Sitara AM335x Series Resource Collection[/url][/size][/font][/b] [font=微软雅黑][size=4]As the customer ...
I was looking around for mobile phone positioning and saw an application similar to Google Latitude. I want to ask how it is implemented (not using GPS). It seems to be easier to use GPS. The software...
1. How to lead out the pins? Do I need a multilayer board? 2. What should I pay attention to when connecting high-frequency signal lines? 3. Do I need to communicate with the driver engineer? What asp...
Professional ARM Technology Forum [url=http://www.armjishu.com]http://www.armjishu.com[/url] Embedded Open Source Community [url=http://www.oschina.net/project/tag/41]http://www.oschina.net/project/ta...
For example, C51 can be defined as follows: code uchar x[4]={ //x is defined in the code area0x01,0x02,0x03,0x04,};uchar xdata *p //Pointer P is defined in external RAM#define pflag XBYTE[0x0200] //pf...