Multiple Profile

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
chmoc_1567941
Level 4
Level 4

I used CY8C27443 ic.

   

i used one base profile and 2 overlay profile.

   

i got message RAM >80 full.

   

so project is not functioning as i want.

   

how much ram i have to free up for better performance???

0 Likes
3 Replies
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

If you still have RAM left, this will not affect performance. What is your actual problem?

0 Likes
chmoc_1567941
Level 4
Level 4

i facing the problem related to resource like..

   

LCD is not starting.

   

DAC is also not working.

   

UART can receive ISR interrupt.

   

if i commented the some code of project than its work perfect.

   

so i realized that the problem is related to RAM or ROM because both cross the 80%.

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Maybe you can attach your project. When it compiles fine, it should also work.

   

Are you using dynamic memory allocation ('malloc')?

0 Likes