, whether hi is cycling uphill or downhill, the pressure he is exerting on the pedals, the gear ratio
2012-02-10 09:10
嗨,我计划使用一个PIC 18F25K80,它内置了一个CAN收发器。我推测我仍然需要MCP2551驱动器/放大器芯片。这是正确的。 以上来自于百度翻译 以下为原文 Hi chapsI am planning to use a PIC 18F25K80which has a Can transceiver built into it.I am presuming that I will still need the MCP2551 driver / amplifier chip. Is this correct. LesC
2019-04-25 11:34
runs like molasses uphill in January.I've never tried this with runtime and I've never tried it (fully
2019-08-29 13:57
我正在尝试实现串行到并行转换器。转换器的输入和输出分别为8位和1600位宽。转换器基本上每个时钟周期存储8位输入数据,在200个时钟周期后,它同时输出1600位数据。我只能想到使用1600位移位寄存器来实现它需要1600个FF。还有其他更有效的方法吗?提前致谢。以上来自于谷歌翻译以下为原文I am trying to implement a serial-to-parallel converter. The input and output of the converter are 8 bits and 1600 bits wide, respectively. The converter basically stores the 8-bit input data every clock cycle and after 200 clock cycles it outputsthe 1600 bits of data simultaneously.I can only think of using a 1600-bit shift register to implement it which require 1600 FFs. Are there any other more efficient way to do it? Thanks in advance.
2019-02-12 10:20