fip-stm32mp153a-xpro-mp1-mx-optee.bin fip binary into 'FIP_DEPLOYDIR_FIP' folder...fiptool: error while loading
2023-02-02 06:16
你好,我用的是ATCRYPTOAUTH-XPRO-B板。我试图从ATECC508A配置区中的第一个块中读取前4个字节。我用I2C与设备通信。首先通过驱动100us的SDA线来发送唤醒命令。然后我发送
2020-03-24 10:39
Microchip的机器学习开发工具
2020-11-25 07:58
最近使用到ATSAME54芯片 发现一个问题,使用内部晶振倍频到120MHz后(通过atmel start在线配置) 下载运行跑马灯程序,发现上电后长时间程序未进入while 而且每次上电进入while的时间都不确定 但总体都比较慢至少15s以上。有没有谁用过这款芯片指导一下是什么原因引起的。
2018-11-29 09:52
刚刚给MtCube直接订购了ATBTLC1000 ZR XSTK XPLED启动套件。据我所知,这是基于Atmel(ARM)范围的。虽然我已经阅读了很多文档,但如果您需要额外的硬件来配置/编程这些设备,还不完全清楚。我知道一个程序员需要一个Atmel控制器,但初学者工具包有这个内置到主板,或什么是需要起床和运行?以前的蓝牙模块我使用的行为只是调制解调器,所以它是用AT命令设置并保存到NVM。如果有人能够确认是否需要“程序员”,我将不胜感激。谢谢你的任何帮助…T Yorky 以上来自于百度翻译 以下为原文 Just placed an order with Mchip direct for the atbtlc1000zr-xstk Xplained Starter Kit. As I understand it, this is based on the Atmel (ARM) range.Although I have read much of the documentation it is not exactly clear if you need additional hardware to configure/program these devices. I understand that a programmer is needed for an ATMEL controller but does the starter kit have this built into the main board, or what ever is needed to get up and running? Previous Blue tooth module I have used acts just as a modem so it is set up with AT commands and saved to NVM.I would appreciate it if somebody could confirm if any 'programmer' is needed?Thanks in advance for any assistance...T Yorky
2018-09-30 15:46
嗨,我用的是PIC32MZ2048EFM144,被要求用ILI9488驱动芯片从简单的字符显示器切换到480x320TFT显示器。我使用连接到PORT B的并行8位模式,更糟糕的是,我没有0到7个可用的管脚,所以我将数据总线连接到管脚:1、2、4、5、8、9、10、11。每次我想写一个字节,我必须映射到这些引脚(这需要大约20个cpu指令,代码如下)。我有几个问题:1-我看到所有使用图形合成器(MHGC)和PIC32MZEF的和声示例都通过EBI连接显示器并使用DMA,对于DA设备,它们是我们的。这就是GLCD。我可以使用MHCC与我奇怪的PoBB特设连接吗?2-我制作了一个32x32像素正方形大小的缓冲器,我的想法是发送并刷新这个缓冲器150次,以便更新整个显示器。通过PORTB发送这个缓冲区需要550us,因此总共需要150*550us=75ms,而不考虑要显示在显示器中的数据的生成。恐怕这会破坏其他的状态机,比如以太网或USB,因为它非常需要处理器。你知道其他更聪明、更有效的策略吗?(我不想拥有一个300 KB的RAM缓冲区)3,有没有其他方法将一个字节映射到一个不是连续的端口的引脚?代码:uint16_t数据,端口;DPY_TFT_DC_DC_DC_Command();//DPY_DC_DC_Command(DPY_DC_Command();//仅切换Data/DPY_TY_DC命令();//DPY_DPY_TFT_T_DC_DC_Command DPY_Command();//仅切换数据/命令/命令/命令/命令/数据命令/amp;=0amp;=0amp;==0x0000;=0x0003;数据&=0x0003;数据数据0x0003;数据数据数据数据0x0003;数据&;=0x0003;数据数据0x0003;数据数据数据数据0x0003;数据&11;端口|1;端口|端口|1;端口|端口|端口|端口|端口|1;端口|1;端口|1;端口|_1;端口|1;端口|1;端口||端口|;数据|1;端口|1;端口|端口|_端口端口|;数据|数据amp_=数据|1端口|;端口||1;端口||1;端口端口|;端口|1;端口|;端口;端口|&端口|;端口;端口||;端口;端口;端口
2020-03-16 10:55
本文将介绍物联网设备安全威胁,并介绍目前用于应对该威胁的设备。它将确定安全漏洞以及开发人员和嵌入式系统设计人员如何使用JWT关闭它们。
2021-06-16 06:17
你好,我正试图通过内部串口更新AtWiC1500固件,但我找不到方法…在Web上,我发现了许多工具(批处理文件),但是它们都失败了。此外,附在固件文件上的微芯片文档有点无用,因为他们说我需要Atmel Studio或其他我找不到的Atmel工具……我怎么解决?谢谢你 以上来自于百度翻译 以下为原文 Hello,I am trying to update the ATWINC1500 firmware by means of the internal serial port, but I am not able to find a way... On the web I found many tools (batch files) but all of them have failed. Moreover, the Microchip documents attached to the firmware file are somewhat somewhat useless, as they say I need Atmel Studio or other Atmel tools I cannot find... How do I solve? Thanks in advanceStefano
2018-11-12 11:35