PcmHammer with ST1110 (sparkfun version)

User avatar
NSFW
Posts: 679
Joined: Fri Feb 02, 2018 3:13 pm

Re: PcmHammer with ST1110 (sparkfun version)

Post 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.
Please don't PM me with technical questions - start a thread instead, and send me a link to it. That way I can answer in public, and help other people who have the same question. Thanks!
User avatar
Gampy
Posts: 2331
Joined: Sat Dec 15, 2018 7:38 am

Re: PcmHammer with ST1110 (sparkfun version)

Post 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
Intelligence is in the details!

It is easier not to learn bad habits, then it is to break them!

If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
Post Reply