2019年1月28日

MSP430F2272 Flash

摘要: The collected information is listed below during flash of MSP430 development. MSP430F2272: 32KB + 256B Flash Memory, 1KB RAM The minimum VCC voltage d 阅读全文

posted @ 2019-01-28 10:58 荷树栋 阅读(240) 评论(0) 推荐(0) 编辑

Using gcc stack debug skill

摘要: The stack error is hard to debug, but we can debug it assisted by the tool provided by GCC. As we known, there are three options to debug the stack in 阅读全文

posted @ 2019-01-28 10:56 荷树栋 阅读(265) 评论(0) 推荐(0) 编辑

2019年1月24日

C libraries in Linux

摘要: Copy from a book. There are several C libraries to choose from. The main options are as follows: glibc: This is the standard GNU C library, available 阅读全文

posted @ 2019-01-24 12:28 荷树栋 阅读(157) 评论(0) 推荐(0) 编辑

2019年1月22日

OFIFG fault when using DCO in MSP430

摘要: The OFIFG flag always set in my recent MSP430 smoke device project. In this A sample hardware, there is no external LFXT1CLK low-frequency/high-freque 阅读全文

posted @ 2019-01-22 11:54 荷树栋 阅读(142) 评论(0) 推荐(0) 编辑

2018年12月27日

10 Rules of Highly Successful Project Management

摘要: I commited the information below to report PDU of PMI. ^_^. In this paper, the author introduces his good experience of project management. I list it 阅读全文

posted @ 2018-12-27 14:11 荷树栋 阅读(118) 评论(0) 推荐(0) 编辑

2018年12月26日

python Console menu

摘要: I just finished a demo which is to provide an easy way to control hardware resources of A sample. The communication between PC and A sample is UART. T 阅读全文

posted @ 2018-12-26 14:44 荷树栋 阅读(1297) 评论(0) 推荐(0) 编辑

2018年12月20日

MVC

摘要: MVC 模型经常使用,特别是一些GUI的design中。 M: Model, 表达数据和状态, 存储,不关心显示/表达,业务逻辑核心,不随意改变 V: Viewer,用于显示/表达,不同系统可以有不同UI,不存储数据,但是提供操作界面让用户修改数据。 C: Controller, 控制中心,连接mo 阅读全文

posted @ 2018-12-20 13:26 荷树栋 阅读(126) 评论(0) 推荐(0) 编辑

IAR intrinsic functions

摘要: You can insert asm code example asm("NOP") into the c or c++ source code to get a good performance. But it don’t have problem for the compatibility, a 阅读全文

posted @ 2018-12-20 10:26 荷树栋 阅读(252) 评论(0) 推荐(0) 编辑

2018年7月12日

Coding kata: get the top two teams in one group

摘要: In this week, we did a coding kata, the subject is to select the top two teams of football group match results. The requirements are listed below. The 阅读全文

posted @ 2018-07-12 15:22 荷树栋 阅读(182) 评论(0) 推荐(0) 编辑

2018年6月13日

#define vs. const vs enum

摘要: In one word, using const is better than define. enum is the best. There are lots of discussions. I put a great paper below. https://betterembsw.blogsp 阅读全文

posted @ 2018-06-13 16:38 荷树栋 阅读(78) 评论(0) 推荐(0) 编辑

导航