我试图在实现中断时让 OTA 工作,但由于 HW_timer,我总是重置 WTD这是我的代码:https://github.com/v1ckdesigns/ESP_Dimm
2023-02-24 07:08
s#define TS_WTD_TILL_NEXT_RESET 1228800000uint32_t const TS_now = ReadCoreTimer();if ((int32_t)(TS_now
2018-12-20 16:21
://pan.baidu.com/s/1rizxk战舰STM32开发板B盘资料视频教程在这里,压缩包):http://pan.baidu.com/s/1nt8wTD3系列视频教程(30集):http
2020-05-20 07:05
为什么要去设置看门狗的寄存器呢?怎样去设置看门狗的寄存器呢?
2022-01-17 08:55
omap L138自带的看门狗驱动如何写,哪有这方面的资料,谢谢!
2018-06-21 08:06
介绍一种CS42L73高集成低功耗音频CODEC解决方案
2021-06-02 06:56
嵌入式系统EMC(Electro Magnetic Compatibility)即嵌入式系统电磁兼容性,指嵌入式系统在复杂电磁环境中抵抗其他系统所产生的电磁干扰同时本身产生的电磁干扰又不影响其他系统正常工作。EMC包括EMI(Electro Magnetic interference)和EMS(Electro Magnetic Susceptibility)分别表示嵌入式系统本身产生电磁干扰和嵌入式系统抗电磁干扰的能力。
2019-08-20 08:08
本文介绍了CS42L73主要特性,方框图, 典型应用电路图和评估板CDB42L73特性, 系统框图,电路图,PCB元件布局图与CS42L73在智能手机中的应用框图。
2021-06-02 07:00
什么是PWR?
2022-02-16 06:41
嗨,伙计们!我使用PIC18F97 J60、XC8 V1.36和MPLAB X3.60,我们已经推出了一个没有WDT启用的产品。看门狗超时的配置是4毫秒(对于我们的目的来说太快)。在新版本中,我需要启用看门狗并改变看门狗超时。我发现了ththHTTP://www. MICROCHOC.COM/MU696216.ASPX-6962477,但我面临2个问题:SytRoS1——我试图用“C”ASM和“μEnMASM”混合C和汇编,但我得到编译器ErrOS。我尝试了ASM、ASM(“”),仍然得到了ErrOS…2——我在编译器文件夹中查看了PIC18F97 J60.C和PIC18F97 J60.H,并且没有找到常数字来访问COXT2。如果我解决了第一个问题,我将陷入第二个问题。我知道这是一个简单的问题,但我不知道如何解决。给我一些建议?最好的问候 以上来自于百度翻译 以下为原文 Hi guys!I´m using PIC18F97J60, XC8 v1.36 and MPLAB X 3.60We have a product already launched without WDT enabled. The configuration of Watchdog timeout is 4 ms (too fast for our purposes). In the new version I need to enable watchdog and change the Watchdog timeout. I found this thread http://www.microchip.com/forums/m696216.aspx#696477But i´m facing 2 problems with Syntax1 - I´m trying to mix C and Assembly using #asm and #endasm but I get compiler erros. I tried _asm, asm ("") and still get erros...2 - I looked PIC18F97J60.inc and Pic18F97J60.h in the compiler folders and didn´t find the constant word to access CONFIG2 If I solve the first problem I will stuck in the second one.I know this is a simple question but I don´t know how to solve. Can you give me some advices? Best Regards
2019-03-15 13:14