cortex-m3
Zeroconf Name resolution
I am developing a control device with an embedded webserver. The webserver provides a control interface to any web browser that requests it (from Windows browsers, Mac browsers, iPhone android etc).[详细]
2023-01-02 11:08 分类:问答ARM cortex: mutex using bit banding
Given that, on the ARM Cortex M3, I can开发者_开发知识库: atomically read a single bit atomically set a single bit[详细]
2022-12-30 22:32 分类:问答Passing parameters between interrupt handlers on a Cortex-M3
I\'m building a light kernel for a Cortex-M3. From a high priority interrupt I\'d like to invoke some code to run in a lower priority interrupt and pass some parameters along.[详细]
2022-12-28 16:32 分类:问答Which Cortex-M3 interrupts can I use for general purpose work?
I\'d have some code that needs to be run as the result of a particular interrupt going off. I don\'t want to execute it in the context of the interrupt itself but I also don\'t want it to execute in[详细]
2022-12-28 16:28 分类:问答Add a custom compiler to XCode 3.2
I have a working gcc 4.3.3 toolchain for an ARM Cortex-m3 and would like to integrate it into XCode. Is there a way to set up XCode (3.2) to use this gcc toolchain instead of the built-in GCC 4.2?[详细]
2022-12-14 09:10 分类:问答