python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SysTick interrupt doesnt trigger (Arm Cortex M0)
I'm using a PGA970 with a ARM Cortex M0 and I'm struggling with the basic function of its SysTick interrupt. Neither Texas Instruments nor Arm could help me as they each ask me to consult the other.
M...
PaulR
Votes: 0
Answers: 0
How to use SSE instruction set on C6678 DSP?
SSE can only be used on x86 x64 CPUs. I have a problem using the SPEEXDSP library on a TI C6678. I've never used the SSE instruction, I've tried many ways and can't get it to work on the DSP.
Is it po...
ZX.L
Votes: 0
Answers: 3
Moving register value to an array
I am using the hardware multiplier in the MSP430 to multiply a constant (5) to each element of an array that I have initialized as arrX: .int 8, 16, 32
I am wanting to write the product stored in ...
Jonathan Heard
Votes: 0
Answers: 0
AM65x Sitara SoC and u-boot
I'm currently trying to understand booting process of AM65x SoC by Texas Instrument and I'm getting confused on SPL. Can somebody please correct me if I'm wrong? Here is what I understanding so far. (...
Vladislav
Votes: 0
Answers: 1