Hi Steven,
Currently we were upgrading our wiki pages, thats why they are not reachable. The PDF version of the link is attached below,
Configuring Interrupts on Keystone.pdf
Thanks,
Rajarajan U
Hello,
I tried both the above recommendations and it did not work.
Attached is the updated code. I tried clearing ADCINTSOCSEL both in main and the IDC_ISR.
I also added a #pragma to move adc_isr() to RAM. I can confirm that ADC_ISR Is in RAM…
Trevor,
The BQ2754-G1 is a battery side gauge; this means that when a learning cycle is completed the update status should read 0x06.
You would need to program the default srec. file into the gauge to have it completely reset.
https://e2e.ti.com…
Other Parts Discussed in Thread: CONTROLSUITE Hello,
I am a new user of C2000 Launchpad and CCS. I imported an example from ControlSUITE with the code below. After running the code, only one of the variables suggested (LoopCount) is adding up. The rest…
Part Number: MSP430FR2111 Other Parts Discussed in Thread: TLC5951 As per the "Figure 7:TLC5951 Internal Shift Registers & Operation" attached document, I understand that, A logical AND operation is being done between Gray scale shift register and Dot…
Hello Abdul,
Okay I see what has you confused now. So the User Guide you are referring to is Rev A and we added an external switch thats documented in the E3 design changes. I am seeing other issues there however. I'll dig into those, but frankly they…
How the NDK does memory management is spelled out in the NDK User Guide for newer versions (3.80 and higher).
For older versions, you can refer to the archived processors.wiki.ti.com pages:
Static Network Buffers : /cfs-file/__key/communityserver…
Hi,
I have arranged the code as you suggested. The first 2 uart reads seem ok but then I'm getting a lot of nulls amid some characters. I seem to have lost the ability to use the log_info as if the file wasn't included but can't see anything wrong.…
Hi Vamsi,
I put the .text in its own section. Unfortunately, I get the same failure/error in the FLASH API.
Any response from the FLASH API developers?
Also, I can download the new program with CC and run it - CC is able to program flash and run…