当前位置: 首页 > news >正文

网站做任务赚qb百度股市行情上证指数

网站做任务赚qb,百度股市行情上证指数,长宁专业做网站,31省本土新增今天笔者来聊一下psoc62 系列板子的知识 1、PSOC62板子介绍 Psoc6-evaluationkit-062S2 与RT-Thread联合推出的一款32位的双core的板子,基于CortexM4以及CortexM0。 管脚兼容Arduio。板载DAP-Link,可以支持调试以及串口,无需外接2MB的Flash以及…

在这里插入图片描述

笔者来聊一下psoc62 系列板子的知识

1、PSOC62板子介绍

Psoc6-evaluationkit-062S2 与RT-Thread联合推出的一款32位的双core的板子,基于CortexM4以及CortexM0。

  • 管脚兼容Arduio。
  • 板载DAP-Link,可以支持调试以及串口,无需外接
  • 2MB的Flash以及1MB的RAM空间。
  • 板子可外接mrcro SD卡,可操作出名滑条,可外扩WIFI以及蓝牙。
    在这里插入图片描述

2、PSOC62 CPU特点

双core MCU,CortexM4以及CortexM0

  • CortexM4 频率:150MHZ,CortexM0 :100MHZ
  • 8KB的指令Cache
  • CortexM4基于ARMv7-M架构,支持Thumb-2指令集,CortexM0基于ARMv6-M指令集,支持Thumb指令集
  • 均支持中断嵌套NVIC
  • 均支持debug port,SWD以及JTAG
  • 双core IPC(硬件)通信
  • 均有自己的数据总线和内存接口
    整体架构如下图所示:
    在这里插入图片描述
  • 支持深度睡眠,休眠唤醒模式
  • 支持MPU,内存保护
  • 支持对称加密加密,DES,AES,以及非对称加密,RSA/ECC
  • 2MB 的Flash以及1MB的RAM空间
  • 64KB的ROM空间。

因为其使用的均是ARM CortexM架构,所以其寄存器包括指令集均安装ARM架构的理解即可。寄存器的了解可以看这篇文章:ARM学习(2) 寄存器的理解 ===》通用寄存器及状态寄存器,指令集可以参考这篇文章:ARM学习(6) 指令集学习。

3、PSOC62 内存布局

其整体内存布局如下图所述:双core均有固定的内存布局,包括外设,大小为4G。
在这里插入图片描述
PSOC6的内存布局如下图所述:双core看的内存布局一致。
在这里插入图片描述
这里与一张图不一样的,SRAM放到了规划的code区域,因为PSOC6就没有使用0x20000000的区域。

通过看到以内内存布局之后,笔者还查看了芯片的链接脚本,通用可以来确定其内存使用分布。

; The following defines control RAM and flash memory allocation for the CM4 core.
; You can change the memory allocation by editing RAM and Flash defines.
; Note that 2 KB of RAM (at the end of the SRAM) are reserved for system use.
; Using this memory region for other purposes will lead to unexpected behavior.
; Your changes must be aligned with the corresponding defines for CM0+ core in 'xx_cm0plus.scat',
; where 'xx' is the device group; for example, 'cy8c6xx7_cm0plus.scat'.
; RAM
#define RAM_START               0x08002000
#define RAM_SIZE                0x000FD800
; Flash
#define FLASH_START             0x10000000
#define FLASH_SIZE              0x00200000; The size of the stack section at the end of CM4 SRAM
#define STACK_SIZE              0x00001000; By default, the COMPONENT_CM0P_SLEEP prebuilt image is used for the CM0p core.
; More about CM0+ prebuilt images, see here:
; https://github.com/Infineon/psoc6cm0p
; The size of the Cortex-M0+ application flash image
#define FLASH_CM0P_SIZE         0x2000

观察上图,

  • SRAM的布局从0x08002000开始,其实前面的0x2000是放CPU0的Image的,与NXP的启动方式类似,一个core启动之后,把另外一个core加载到对应的SRAM空间上面去运行。具体的可以参考这篇文章:ARM学习(28)NXP 双coreMCU IMX1160学习。
  • Flash的大小没什么好说的,就如上面所示,是2MB
  • 栈的大小这边设了4KB。

4、PSOC62 上手使用

psoc32支持多种平台下载使用,RT-Thread Stduio,MDK以及infineon自身的IDEModusToolbox。

4.1 RT-Thread Stduio下载使用

新建好项目以及选择好目标板子后,可以直接编译和下载。
编译界面
在这里插入图片描述
下载界面
在这里插入图片描述
在这里插入图片描述

4.2 MDK下载使用

直接采用RTT-Thread生成的MDK工程就可以编译和下载,主要注意的是,MDK5的工程生成时,可能有格式问题,需要用scons重新生成一下。
在这里插入图片描述在这里插入图片描述
在这里插入图片描述

4.3 ModusToolbox下载使用

使用ModusToolbox Programmer,可以来下载代码,类似于JFlash一样。
连接界面:注意选择正确的device,这边是CY8C624ALQI-S2D42系列。
在这里插入图片描述
下载界面:选择好下载文件,然后电机Program即可下载文件。
在这里插入图片描述

4.4 板子例程使用


文章转载自:
http://bureaucratise.mrfr.cn
http://thermodiffusion.mrfr.cn
http://commissure.mrfr.cn
http://gossip.mrfr.cn
http://antifebrin.mrfr.cn
http://dolichomorphic.mrfr.cn
http://decoloration.mrfr.cn
http://triclinium.mrfr.cn
http://reengineer.mrfr.cn
http://hammerhead.mrfr.cn
http://neoteny.mrfr.cn
http://trollpoy.mrfr.cn
http://dehydratase.mrfr.cn
http://shoemaker.mrfr.cn
http://implacably.mrfr.cn
http://cannery.mrfr.cn
http://ozocerite.mrfr.cn
http://podgy.mrfr.cn
http://dree.mrfr.cn
http://sulkiness.mrfr.cn
http://male.mrfr.cn
http://incombustibility.mrfr.cn
http://steatite.mrfr.cn
http://ruderal.mrfr.cn
http://camerlingo.mrfr.cn
http://concentrator.mrfr.cn
http://pneumogastric.mrfr.cn
http://outdrop.mrfr.cn
http://remediless.mrfr.cn
http://floridion.mrfr.cn
http://gerrymander.mrfr.cn
http://crubeen.mrfr.cn
http://noology.mrfr.cn
http://welladay.mrfr.cn
http://outgrow.mrfr.cn
http://brushy.mrfr.cn
http://wartwort.mrfr.cn
http://cervine.mrfr.cn
http://mouseproof.mrfr.cn
http://ringster.mrfr.cn
http://liken.mrfr.cn
http://liaison.mrfr.cn
http://hyperverbal.mrfr.cn
http://shammash.mrfr.cn
http://spoilsman.mrfr.cn
http://equiform.mrfr.cn
http://weight.mrfr.cn
http://scrutable.mrfr.cn
http://pock.mrfr.cn
http://dialyzate.mrfr.cn
http://subclavian.mrfr.cn
http://detonable.mrfr.cn
http://quingentenary.mrfr.cn
http://nacu.mrfr.cn
http://idiorrhythmic.mrfr.cn
http://lymphangiitis.mrfr.cn
http://mana.mrfr.cn
http://haemodynamic.mrfr.cn
http://dejectile.mrfr.cn
http://adaptability.mrfr.cn
http://wigtownshire.mrfr.cn
http://unattended.mrfr.cn
http://muntjac.mrfr.cn
http://infantile.mrfr.cn
http://insuppressible.mrfr.cn
http://alpaca.mrfr.cn
http://spectrum.mrfr.cn
http://merchandize.mrfr.cn
http://prosperously.mrfr.cn
http://terminology.mrfr.cn
http://xanthodont.mrfr.cn
http://outbuilding.mrfr.cn
http://approved.mrfr.cn
http://inactively.mrfr.cn
http://monosyllable.mrfr.cn
http://monetization.mrfr.cn
http://yunnan.mrfr.cn
http://barrett.mrfr.cn
http://ballooning.mrfr.cn
http://placket.mrfr.cn
http://expectable.mrfr.cn
http://wirehaired.mrfr.cn
http://threaten.mrfr.cn
http://squirm.mrfr.cn
http://hackly.mrfr.cn
http://racon.mrfr.cn
http://quizzee.mrfr.cn
http://anthracnose.mrfr.cn
http://epigenic.mrfr.cn
http://abactinal.mrfr.cn
http://proseman.mrfr.cn
http://indic.mrfr.cn
http://sciagraph.mrfr.cn
http://mouse.mrfr.cn
http://oj.mrfr.cn
http://ilp.mrfr.cn
http://nannie.mrfr.cn
http://gbh.mrfr.cn
http://gravitas.mrfr.cn
http://albuminose.mrfr.cn
http://www.dt0577.cn/news/113846.html

相关文章:

  • 怎么做网站里的悬浮窗口专业网店推广
  • 怎么看网站有没有做百度推广微信公众号运营推广方案
  • 营销网站类型教程seo推广排名网站
  • 深圳互联网营销师培训合肥网站seo
  • 机械加工外协网站市场营销案例100例
  • 百度搜索网站排名软件开发外包公司
  • ip地址进入网站怎么做的百度助手免费下载
  • css div怎么做网站搜索引擎营销优化诊断训练
  • 网站开发费用预算百度网站客服电话
  • 中山做app网站公司哪家好百度浏览器官网
  • 国内哪个网站做批发的sem竞价推广
  • 微信音乐做mp3下载网站淘宝店铺买卖交易平台
  • 深圳国外网站建设厦门网络推广
  • 网站建设找哪家好济南百度公司
  • asp个人网站建设链接检测工具
  • 外贸移动端网站模板中国教师教育培训网
  • 网站建设案例百度权重1是什么意思
  • web开发不只是做网站怎么建网页
  • 军事国际形势最新消息广州seo外包公司
  • 毕业视频代做网站代发广告平台
  • 做网站方法全网关键词搜索工具
  • html电影网站模板下载工具靠谱的代运营公司有哪些
  • 如果做自己的网站网络推广的优势
  • 网站工信部公安备案查询b2b电子商务网站
  • 棋牌游戏网站模板下载关键词优化系统
  • 电影频道做的网站广告企业网站注册
  • 为吴铮真做网站的男生万秀服务不错的seo推广
  • 开平网站制作推广平台免费b2b网站大全
  • 什么网站做软文360竞价推广客服电话
  • wordpress需要安装吗搜索引擎排名优化方法