YDATA/DMA - Watching value in ICD

General discussion on mikroPascal PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
karl567
Posts: 64
Joined: 19 Apr 2012 17:25
Location: Konstanz

YDATA/DMA - Watching value in ICD

#1 Post by karl567 » 02 Oct 2012 11:25

This program:

program Test;
var xxyy: word; ydata;
begin
xxyy := 1;
xxyy := 2;
end;

In ICD-Debugger in the "Watch Values"-Window I can not see any change in the value xxyy.
What is my error? Thank you for your help.

Karl

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: YDATA/DMA - Watching value in ICD

#2 Post by filip » 16 Oct 2012 11:09

Hi,

Which MCU are you using ?

Regards,
Filip.

karl567
Posts: 64
Joined: 19 Apr 2012 17:25
Location: Konstanz

Re: YDATA/DMA - Watching value in ICD

#3 Post by karl567 » 16 Oct 2012 11:13

I am using dsPIC33EP512MU810.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: YDATA/DMA - Watching value in ICD

#4 Post by filip » 17 Oct 2012 08:36

Hi,

You are right about this, this is an issue with the compiler.
We will fix this in the next release of the compiler.

I apologize for the inconvenience caused by this.

Regards,
Filip.

karl567
Posts: 64
Joined: 19 Apr 2012 17:25
Location: Konstanz

Re: YDATA/DMA - Watching value in ICD

#5 Post by karl567 » 17 Oct 2012 09:25

Thank you for your answer. Because I am testing ADC-DMA access a solution for this issue is very importend for me. When will the new release come out?

Regards,
Karl

Post Reply

Return to “mikroPascal PRO for dsPIC30/33 and PIC24 General”