embedded
In what applications caching does not give any advantage?
Our professor asked us to think of an embedded system design where caches cannot be used to their full advantage. I have been trying to find such a design but could not find one yet. I开发者_如何学运维[详细]
2023-04-11 00:02 分类:问答How to generate random numbers in the BusyBox shell
How can I generate random numbers using AShell (restricted bash)? I am using a BusyBox binary on the device which does not have od or $RAND开发者_JS百科OM. My device has /dev/urandom and /dev/random.$[详细]
2023-04-10 16:40 分类:问答ARM LPC1751 pins configured as I/O
How can I configure one pin for input and another开发者_StackOverflow中文版 for the output? If I am not wrong this could be done with GPIO registers that controlls device pins that are not connected[详细]
2023-04-10 16:30 分类:问答Creating an ASM file that will return the characters located in 8 consecutive registers
I have to create an ASM file for the PIC18F452 that does the following: (a) define the label MapName as the first of 8 consecutive registers containing a null-terminated string of not more than 7 cha[详细]
2023-04-10 07:41 分类:问答Simple Webserver for Windows for any Scripting Language
I am searching for a simple webserver that runs on windows and which runs code written in a scripting language. A requirement I have is that it supports HTTPS.[详细]
2023-04-09 17:09 分类:问答Options for high performance SQLite
I\'m developing an embedded system, which needs to store and retrieve data very frequently. I am expecting perhaps 100s of writes per second and 10s of reads. The data will arrive in bursts rather tha[详细]
2023-04-09 14:56 分类:问答How can I fill an S-record with two byte values starting on even address boundaries?
When I compile my code I eventually get Motorola S records (a.mot) with gaps (the whole address range is not covered by code and data).[详细]
2023-04-09 05:56 分类:问答Is it possible to create a standalone Windows Silverlight Embedded Application for CE 6.0 R3?
We are investigating using Silverlight as our UI creator.We can get a subproject running from the Platform builder but would like to pull this code to a standalone VS project.I have an SDK built from[详细]
2023-04-09 05:54 分类:问答HDLC Frames - Octets/modulo 8 doubts
I am trying to implement the HDLC frame format type 3 and I have some doubts as regards Octets/Modulo 8 encoding of frames.[详细]
2023-04-09 04:59 分类:问答Embedded IP stack: is it okay/accepted to have asynchronous sending?
I am trying to implement a very small IP stack for 8-bit AVR MCUs. I don\'t want it to support TCP, because it\'s really too big and I don\'t need it, but rather UDP (and, of course, ARP and ICMP).[详细]
2023-04-08 20:41 分类:问答