Tool/software: Code Composer Studio
I want to use the light and temperature sensors on the RM46 HDK board.
I used an example (portions of adcDisplay) as a starting point to make changes. I am seeing reasonable values, but the values do not change.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
I want to use the light and temperature sensors on the RM46 HDK board.
I used an example (portions of adcDisplay) as a starting point to make changes. I am seeing reasonable values, but the values do not change.
I needed to do two things for my project:
1). Utilize the continuous mode setting inHalCoGen (it was shown in the screen shots, but I missed it first time around).
2). Shrink the FIFO size to just the space needed for my sensor readings. That change permitted my CAN/J1939 processing to conclude in timely manner.
In order to reduce value bleed-over, I added a discharge time.