I am trying to port my F877 code to F442. What is the #use dynamic_memory found in the project wizard? Why is it not documented anywhere? And why won't the wizard let me change timer0's prescaler? I have also sent these questions along to CCS to see if they know what this is.
Thanks in advance for any help!
Ed Arnold
___________________________
This message was ported from CCS's old forum
Original Post ID: 9882
Kurt Franke Guest
Re: dynamic memory
Posted: Mon Dec 16, 2002 10:12 pm
1- #use dynamic_memory
I don't think this is limited to pch. I've never used this
feature but I think it provides the standard library malloc,
calloc, free... functions. You're right - it isn't documented.
That's weird.
2- changing timer0 prescale
I don't know why the wizard won't let you, but you can just
add in the flag you want to the setup_timer call.
-Kurt
___________________________
This message was ported from CCS's old forum
Original Post ID: 10084
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum