Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [embedded]

Ask Question

For code that targets an embedded device or some severely resource-constrained environment.

137 questions
Filter by
Sorted by
Tagged with
10votes
4answers
667views

I've built a Split Flap Clock, and the code has grown quite a lot, and although it does work in its current state, I am wondering if it could be cleaned up.The whole thing runs on an ESP32 and is ...
Besi's user avatar
  • 265
4votes
2answers
274views

The FreeRTOS queue is a convenient way for intertask communication on FreeRTOS. But it is written in pain C and therefore it feels a little uncomfortable for C++ programmers. But the main problem is, ...
2votes
0answers
112views

We have a graphics library for the Ti84CE, which uses the 24bit eZ80. It has a 16bit 1555 screen, so we have agfx_Darken function that will darken a 16bit 1555 ...
1vote
1answer
111views

I am working with a fairly large data structure that needs to be maintained in RAM in two forms: a standard version and an inverted version. Whenever an element is updated, it must be written to the ...
user avatar
3votes
1answer
246views

QuestionHow can I improve my Verilog code?ContextFlash Read ID OperationThis project is an implimentation of theRead Manufacturer and Device ID (9Fh) operation ...
K_T's user avatar
  • 163
2votes
1answer
70views

I wrote this code for a make-up assignment to pass one of my college class and graduate from my program in the field of electronic and embedded system.It's pretty much the realization of a solar ...
3votes
1answer
80views

This code aims to implement a queue, which transfers data from interrupt to main program in a bare metal embedded system. There are two execution points, the main program and the irq handler. Both ...
Jackoo's user avatar
1vote
0answers
80views

I was wondering if it would be possible to create a C# like syntax for dependency injection. My device is running constantly and acting more or less like a service. I came up with the following. My ...
2votes
1answer
124views

I am using a driver that retrieves data from HW (Driver) and a display (Viewer) that will output data to the user.The user calls a trigger function to initiate the getting of data from the Driver. ...
Orange J's user avatar
3votes
2answers
165views

I'm writing firmware for my Arduino project, and I'm struggling with a clean, scalable hardware mapping structure. Initially, I had the following namespace:...
4votes
1answer
130views

I'm new to bare-metal programming. I'm currently developing some drivers for my first project.This is a simple GPIO driver. I tested it and it's working fine.What do you guys think of it, and how ...
Double-Amphibian's user avatar
3votes
5answers
260views

Thanks for taking the time to read this. I could use a few pointers. I have written much better code but wrote this as a quick test. There is obviously a major issue/s somewhere except for the ...
J123's user avatar
3votes
1answer
151views

Hardware: Raspberry Pi 3B+, Elecrow touchscreen, DFR0660 Barcode Scanner, ADS1115 ADCI would like any bad practices/possible failure points pointed out specifically in the ...
Isaias_EE's user avatar
14votes
2answers
1kviews

I have been developing control software for a three-phase induction motor. The main task of this C++ code is to control the torque of the motor. In one part of the algorithm (The control algorithm is ...
Steve's user avatar
7votes
2answers
701views

I've written code for an Arduino library to abstract away some of the underlying logic in a particular way of moving robots. Code is posted after explanations.I'm not assuming a high degree of ...
eccentricOrange's user avatar

153050per page
1
2345
10

Hot Network Questions

more hot questions
Newest embedded questions feed

[8]ページ先頭

©2009-2025 Movatter.jp