I'm a beginner and I'm programming with Code Composer. I would like to know how to use the digital-to-analog converter with a 0 to 3.3V output. I can only get it to work from 0 to 3V. Do I need to ...
i've been working with the SK-AM62 EVM for a couple of processor sdk versions. Currently im switching to 09.00.00.03, but this time the u-boot building fails when doing the binman job after compiling ...
I want CAN RX pin to trigger an interrupt and wake up the system from low power mode after receiving any data. How do I configure it? Is there a parameter setting like wake up function when requesting ...
I used G15 pin as RST signal to peripheral, its setting is: and test it voltage level after initialization periodly. static void enet_lwip_eth_rst(void) { uint32_t delayus = 100*1000; uint32_t ...
SCB is a read compare. So if you write "50 4a" to register 44 (accessing address 0x4a50) and read back the data from 0x4a50 then the value returned should be "2c 0e". SCB is to ensure data being ...
TCAN4550 nINT中断到M3连接如上图所示。 M3想尽快收到CAN总线上的报文,以减少TCAN4550转换带来的通信延迟。 1、这里想通过nINT中断方式通知M3,当有外部中断来的时候,在M3的外部中断中进行接收 ...
PFC驱动部分的,EPWM1-A和EPWM1-B起的什么作用?我看在程序里没有设置它的占空比? 在Lab4中关于如下代码几个变量的理解 ...
We encountered some problems when using the 280039 ADC module, described as follows The ADC samples the AC voltage and finds that the sampling results are distorted, as shown below Purple channel: ADC ...
gst-launch-1.0 videotestsrc pattern=ball num-buffers=300 ! video/x-raw, width=3840, height=2160, framerate=30/1, format=NV12 ! queue !v4l2h264enc extra-controls ...
设置SPI多个片选引脚除了config里面定义的其余引脚是否需要用GPIO虚拟,同时虚拟出来的引脚对传输速率是否有影响 可以使用GPIO模拟,在每次SPI发送之前,对SPI的片选信号也会进行控制,所以SPI ...
I was facing issue on implementing the PLL code. in the PLL how to design a LPF filter or how to consider the coefficents for the LPF for three phase active end converter.