trying curl for embedded #12143
abhishekzimetrics
started this conversation in
General
Replies: 1 comment 3 replies
-
|
The STM32 is an ARM CPU, and an ARM CPU is powerful enough to run curl. But,
these are microcontrollers that have as little as a few KB of flash and RAM,
while curl needs more than 100 KB of flash and probably considerably more than
that of RAM. And that's not including the C support libraries, TCP/IP stack,
network and filesystem drivers, RTOS, etc. It looks like even the high-end
STM32 MCUs have only 1 MB flash and just 128 KB or so of RAM. That's really not
enough to try to shoehorn all you'd need to squeeze in a reasonable curl
installation.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to implement the curl library on the stm32 board, is this possible??
if yes, then anyone can help me with this... While trying to build a static library in stm32 IDE I've attached the lib and include in my stm32 generated code and after all the setups when building the project, I got the including error as sys/socket.h: No such file.
Would anyone be able to help me with this??
Thanks & Regards,
Abhishek D
Beta Was this translation helpful? Give feedback.
All reactions