invalid pointer in Freescale MAC?

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

invalid pointer in Freescale MAC?

981 Views
KRichard
Contributor II
Hi,

I have a problem, I use mcf5373 with Freescale MAC and our custom board.

What I see is, when the binary MAC library calls my function, it calls it with an invalid pointer parameter, a pointer that points to 0x3FB2362A. I don't have anything there, I have flash at 0x0, SRAM at 0x80000000, SDRAM at 0x40000000. My other code works all right, so the board is usable and in working condition.

What might cause this?

Thanks in advance, have a nice weekend.
Richard
Labels (1)
0 Kudos
1 Reply

250 Views
KRichard
Contributor II
I've just solved this problem, luckily. As I checked and rechecked the build configuration options, I noticed that I set parameter passing to "standard". If I set that one to "compact" (the My Wireless Application project uses that one), the stuff works all right.

Cheers,
Richard
0 Kudos