pdfgen on Microcontroller #152
Unanswered
devtranszio
asked this question in
Q&A
Replies: 2 comments
-
There's no reason it wouldn't work, but it does depend on some libc features that you might not have on an embedded system - specifically dynamic memory ( If you're making a big PDF, especially if it involves images, be aware that it might require quite a bit of memory. Are you using a standard RTOS? What is the microcontroller? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Andre Renaud, thanks for the response. We are using Microchip PIC32MX595
series and it has 512Kb of Flash and 96kb of RAM also we did not try with
RTOS. May be, we will try with FreeRTOS.
…On Thu, 20 Jun 2024 at 00:55, Andre Renaud ***@***.***> wrote:
There's no reason it wouldn't work, but it does depend on some libc
features that you might not have on an embedded system - specifically
dynamic memory (malloc, free etc...) and file operations (fopen, fwrite
etc...). Assuming you've got these, or similar work-alikes, it should be
possible to get it running.
If you're making a big PDF, especially if it involves images, be aware
that it might require quite a bit of memory. Are you using a standard RTOS?
What is the microcontroller?
—
Reply to this email directly, view it on GitHub
<#152 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJJFCPDK2UO5LCS2T5GKL7LZIHLLHAVCNFSM6AAAAABJROYMK6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQMRRGI4DI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we like to create .pdf file in USB stick through 32bit microcontroller. Is this library will support for it? like in Embedded Systems.
Beta Was this translation helpful? Give feedback.
All reactions