Jan 01, 2023
09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 01, 2023
09:11 PM
I am working on the Aurix microcontroller on eclipse i need to display unsigned char values on the console, I did like that
printf ("% hhx", tab [j]);
but I had this error:
error: AppKit_TC277TFT_TimeDemo.elf section `.inttab' will not fit in
region `PMI_PSPR'
error: region `PMI_PSPR' overflowed by 16788 bytes
Is there anyone who could help me
2 Replies
Jan 02, 2023
06:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 02, 2023
06:34 PM
Hi @RajeevElzrando ,
Thank you for your interest in Infineon Semiconductor products and for the opportunity to serve you.
I was wondering if you can illustrate the code modifications you did with the sample demo in detail.
BR,
Jeremy
Jan 02, 2023
09:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 02, 2023
09:33 PM
PSPR overflowed by 16788 bytes, looks like the variable is too large to fit PSPR. You should check the .lsl file and .map file to use proper size of array.