I have trouble to implement CLA in my program, this is the situation : -> My project is working correctly on flash in standalone mode with all periphericals which I need (ADC, PWM, CAN, GPIO, Timer, ...
I am following the demo lab "Area Scanner v1.x Overview" (http://dev.ti.com/tirex/explore/node?node=AKh-b7R2LuJ-q2HeG2Gi8Q__VLyFKFf__LATEST) with IWR6843AOP board ...
I've found myself facing what seems like a very basic problem that I'm having trouble solving. I'm using the TDA4VM processor with SDK Linux J721e (version 08_06_01_02) I followed the steps in this ...
We have a requirement to protect the power line against induced voltage from the tailgate motors, which we control through H-Bridge IPDs. Our idea is to use LM74700 + NMOS, but connecting CATHODE to ...
Thank you for your notes. I have revised the design to include a DC path for the V+ inputs. Additionally, I have set the recommended passive values according to the datasheet. However, I have noticed ...
a) the Linux PC's terminal window that has a separate screen connection over /dev/ttyUSBx and /dev/ttyACMy ports to the EVM's SD card domain? b) within the screen windows on the Linux PC after ...
You just need to set 'dr_mode = "host"; in the USB node in your kernel board DTS file. Please refer to '&usb1' in k3-am62p5-sk.dts.
When accessing the resource explorer through the Getting Started page in Code Composer Studio, I am getting the HTTP 403 Forbidden error. It seems that my network is ...
We are using ChemID 6121 obtained by GPCCHEM. And battery termination uses ⊿V and ⊿T, so FC Set % is -1. When we looked into the E2E site, we found that there was a similar problem below. Even though ...
We have a project on lithium iron phosphate; After being fully charged, the SOC is 100%, and when placed, it will automatically drop to around 90%; How can I avoid not falling down? I also tried to ...
ThetaJC(top) JESD51-14 No board. Dierct connection with a heat sink or thermal grease is used between a DUT and a heat sink. ThetaJB JESD51-8 JESD51-7 High-k board PsiJT JESD51-2A JESD51-7 High-k ...
I rework adc_soc_continuous_dma.c and implemented 32 reads with some periodicity and it works one time, it triggers DMA interrupt, and it is OK for me. But I can't figure out how to reload this by ...