Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Freescale DSPs | RE: DSP56F807&Codewarrior " Breakpoint Warnings"

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

RE: DSP56F807&Codewarrior " Breakpoint Warnings" - vmiramont - Dec 20 21:16:00 2001

Hello All,

I am having troble with breakpoint warnings after switching from a
flash configuration back to an external ram application. The console
window that used to pop up to display all my printf statements is
gone and I can no longer step through my code. Does anybody know what
I did to mess up my configuration.

Thanks In Advance
Victor M.



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )

Re: RE: DSP56F807&Codewarrior " Breakpoint Warnings" - MW Ron - Dec 21 17:44:00 2001

"vmiramont" <> wrote:

> I am having troble with breakpoint warnings after switching from a
> flash configuration back to an external ram application. The console
> window that used to pop up to display all my printf statements is
> gone and I can no longer step through my code. Does anybody know what
> I did to mess up my configuration.

Victor,

I'm a bit stumped on this one. I'm not sure if the symptoms you describe
necessarily have anything to do with the fact that you have recently
switched back from a flash application to an external ram application. I
would think if anything you might experience some problems going from an
external ram application to flash since the memory limitations are more
stringent. Are you sure that's not what the case is?

Just based on the symptoms you have described, my first guess would be that
you have just switched an application from external ram to flash and maybe
are having some stack size issues. If you are using the SDK stationary and
switching from RAM to Flash, you have to be aware of your stack size and the
fact that the flash stationary significantly reduces the size of the stack
that you are able to use. This can cause problems on function calls like
printf and sprintf which require large amounts of stack space in order to
function, and once you leave the bounds of the stack space and start
overwriting into other areas of memory of course you will experience some
serious problems in terms of your program not functioning.

Anyways, this is all just a guess based upon experience since I don't have
many details of your application. However, in your post you state that you
are having problems going from Flash to external ram so if that's the case
then i'm not sure what the problem could be.

Hope my info helps. Metrowerks will have partial support over the holidays
week, but try to help if this doesn't --
Metrowerks wishes you and yours
Seasons Greetings and Happy Holidays

Ron Liechty



______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )