Page 4 of 4

Re: PcmHammer with ST1110 (sparkfun version)

Posted: Sun Dec 23, 2018 5:59 am
by NSFW
The PCM has 16k of RAM starting at 0xFF8000, so we just started there. It's configured in the .ld file for each kernel, and the value used in the .ld file has to match the value used in the call to PcmExecute in the app. Global variables are placed higher, in the upper 6kb of that 16kb region if I remember right.

Re: PcmHammer with ST1110 (sparkfun version)

Posted: Sun Dec 23, 2018 6:48 am
by Gampy
Gotcha, Thank ya very much!

That's why my Colonel wasn't running ... I changed it in PcmH, not the kernel.
All back to normal, micro works as expected.

Had to cast 'MessageBuffer[4] == (char)0xE0' to get the 'Dimented ping' to work, thought that was strange.

-Enjoy