DSP 56f8367 clock problem ?!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DSP 56f8367 clock problem ?!

Jump to solution
2,404 Views
TroyCorser
Contributor III
Hi all,
I have this problem:
I program my DSP with USB TAP (ldm Internal memory: pROM-to-xRAM) and all work properly, but when I reset the DSP by a Power off something happen.
When I power on the DSP it works but it seem works with a different time extension like if the clock period is altered.
To explain better:
I introduce a delay, of 1 second, in a simple cycle.
It works with this delay time till I switch off the power.
When I switch on the power the time delay, that was of 1 second before, now take about 15 seconds... how could it be?
I'm not using the procesor expert, but simple C code wrote all by myself.
I think it's not a hardware problem because I create a similar procedure with processor expert and it works properly also after a power on reset.
If someone know any possible reason / solution ...
Labels (1)
Tags (2)
0 Kudos
1 Solution
1,242 Views
TroyCorser
Contributor III
I solved the problem.
 
There was a multyple memory configuration in the file 56F83x_init.asm
 
pROM-to-xRAM utility and also xRom-to-xRam

View solution in original post

0 Kudos
1 Reply
1,243 Views
TroyCorser
Contributor III
I solved the problem.
 
There was a multyple memory configuration in the file 56F83x_init.asm
 
pROM-to-xRAM utility and also xRom-to-xRam
0 Kudos