python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why does clock() returns -1 in C
I'm trying to implement an error handler using the clock() function from the "time.h" library. The code runs inside an embeeded system (Colibri IMX7 - M4 Processor). The function is used to ...
Victor Hugo Martins Marques
Votes: 0
Answers: 3
why there is a overlapped output at putty while calling a function is written using xuartps.h to send data to uart in normal mode in zynq?
I am trying to send data from zynq soc 7000 board to pc using uart through a function (driver xuartps.h). within the main program, the code works but calling it from function, output at putty gets ove...
Roy
Votes: 0
Answers: 1
how can I exclude libc from my bare metal arm compilation?
I am trying to compile my first bare metal project targeting an arm cortex-M0+ MCU. I am compiling with gcc arm-none-eabi. The system currently consists of:
boot.s -- an assembly file containing inte...
JeffreyABecker
Votes: 0
Answers: 1
How to compile C++ freestanding / baremetal with g++?
C++ has many aspects, included by default, that are not desirable or even functional on embedded bare metal / free standing platforms.
How can I configure g++ to compile C++ in a manner suitable for e...
SRobertJames
Votes: 0
Answers: 1