我想将ADA4350的第一级用作可控增益放大器,第二级的两个放大器仿照ADA4941的例子,变成单端转差分的ADC缓冲器。利用LTSPICE实际仿真时,发现 1、V(SWA_OUT)管脚大约有
2023-11-17 09:01
我想将ADA4350的第一级用作可控增益放大器,第二级的两个放大器仿照ADA4941的例子,变成单端转差分的ADC缓冲器。利用LTSPICE实际仿真时,发现 1、V(SWA_OUT)管脚大约有
2018-08-14 07:37
你好 我在实现基于 MPC5777C 的测试代码时遇到以下问题。- 启用 SWT A 并读取 FCCU 的 NCF,记录故障 14 (SWTRS0)。- 尝试了 NFC 14 故障清除(SWA A
2023-04-14 06:49
当我使用 HSE 模块时,我想知道 NXP 是否为 AB_swap 配置提供了 S32K344 的链接器文件示例。还是我们应该手动修改原始文件?
2023-03-17 06:21
每当我调试我的项目时,创建者就崩溃了。有没有直接使用GDB的方法?看起来Creator在后台使用GDB(即在调试会话激活时有一个GDB进程),所以应该是可能的。我真正需要的创造者是建立组件。编辑、编译、链接等都可以在没有IDE的情况下使用所包含的工具链完成。 以上来自于百度翻译 以下为原文 Creator is crashing every time I try to debug my project. Is there any way to use gdb directly? It looks like Creator uses gdb behind the scenes (i.e., there's a gdb process while a debug session is active), so it should be possible. The only thing I really need Creator for is setting up the components. Editing, compiling, linking, etc. can all be done without the IDE using the included toolchain.
2019-02-25 13:06
遥控器有哪些常规操作呢?如何去设置呢?如何去使用接收机与数传?
2021-10-08 06:12
STC15的按键,8行2列…行和列不在一组IO口,如何读取键值?
2020-03-12 04:35
我正在使用PIC16F86&AMP做16行X 32列矩阵设计,显示多路复用是在ISR中完成的。在1ms的速率下,我进入ISR&在每一个中断上更新每一行。对于一帧,它将需要1ms×16=16ms。我需要在显示和显示上显示移动模式,因为我需要生成延迟例程(在主代码中)。目前我只使用延迟环码使用延迟。问题是,当模式移动时,我看到一点闪烁的东西(也就是说,如果我移动一个像素,就像两个像素移动一样)。我需要使用帧而不是延迟环来生成延迟吗? 以上来自于百度翻译 以下为原文 I’m doing a 16 row X 32 column matrix design using PIC16F886 & the display multiplexing is done in the ISR. At 1mS rate I’m getting into the ISR & update each row on every interrupt. For a frame it will take 1mS X 16 = 16mS.I need to show moving patterns on the display & for that I need to generate delay routines (In the main code). For the time being I use delays using just delay loop codes. The problem is, I see a very little flicker thing when the patterns moving (That means if I move a single pixel I see like two pixels moving). Do I need to generate delays using frames instead of just delay loops?
2018-11-01 10:14
电路仿真程序的特点如何利用电路仿真程序测试模拟电路
2021-04-06 08:15