Xduino – ARM Compiler and IDE with Arduino-like support
Posts Tagged OSX
MCU and boards testing
We are currently testing out some additional MCUs some comes with Ethernet so the inclusion of TCPIP stack could be included in the future scope. We also have received some request from Apple/Mac OSX users and as we currently don’t have access to any Apple/Mac OSX system and without any funding we cannot proceed on this. However, information pills if we can get some substantial sponsorship/donation we will proceed on this as well as intensively continue our development.
Apple, Arduino, ARM, ARM compiler, ARM development tools, ARM programming, C++, Compiler, embedded, IDE, Mac, OSX, simple programming, ST Microelectronics, STM32
XDUINO
A project from Thailand
Xduino project
Now if you can program an Arduino then you can easily program on Xduino on 32-bit platform of ARM Cortex-M3.
Want to use low-cost microcontroller with simple programming language and high performance? You can use Xduino + Arm Cortex-M3 STM board.
Xduino project has been started in order to bring Arduino-like environment to different hardware platforms.
(Note: Xduino supports all Arduino functions except analogReference()).
XDUINO IDE is available, so users will have to download the XDUINO-IDE and start enjoying the world of XDUINO on ARM Cortex-M3)
Blogroll
Copyright
Copyright (c) 2009 Ram Narula Programs are distributed under GNU Lesser General Public License (LGPL)Embedded news
- Comment on What is the difference between a container and a microservice? by GRE0 January 26, 2023I am a retired engineer who owns an avocado grove. For the last 10 years, I have been working on improving my control system for my grove. I relied on it increasingly to reduce labor and extract water from low-flow resources. For several years, I moved to container-based systems which used microservices. Based on my […]
- Comment on The AMC Demise: An Insider’s View by Jeff Kelley January 6, 2023I worked for a Concurrent Sciences, a company that provided a debugger for the CodeTap product as well as the ES1800. This was the transition from emulators to using “JTAG”. One sale of something big, or many many many sales of something smaller – Robin certainly got it right.
- Comment on 5 techniques for writing memory safe C++ by Doug Park January 2, 2023RAII in the form of smart pointers or other constructs such as locking mechanisms for semaphores or similar objects are very useful. The rule of zero five and three is also a commonly unused best practice in C++. A more common problem in embedded programming is abusing the use of global data. This is especially […]
- Comment on Dogmatic views on safe languages used for mission- and safety-critical applications by GordonScott December 22, 2022I'm a believer in the concept of "risk compensation", whereby the lower one thinks the risk my be, the more likely one is to take risks. It manifests everywhere ... the safer one's car; the safer the roads; the better protected a climb; and so on. The safer one feels a programming language, the greater […]
- Comment on 5 keys to successful implementation of maintenance automation by Nanoprecise December 21, 2022Nice Blog Post. Predictive maintenance is a proactive approach that monitors the asset condition & its performance in real-time. It uses a combination of wireless Industrial IoT sensors & Data Analytics
- Comment on Memory safety in C by Miro December 20, 2022An important aspect in the discussion of memory safety in C is the special treatment of the NULL pointer in the language. Specifically, NULL is used as a value of an *invalid* pointer, which should never be dereferenced. However, the C language does not offer any protection in this regard. However, unlike other memory access […]
- Comment on 5 Steps To Designing An Embedded Software Architecture, Step 5 by Jacob Beningo November 29, 2022In reply to Brandon Jimenez. You are welcome!
- Comment on Securing smart home energy management systems by Atony November 29, 2022I love the whole idea of a smart home. However, I don't see why communications between devices has to leave the home. Operations should work "within" the networked home, without the Internet. Adding the Internet should be an option, not a requirement. I just installed a Rheem hot water heater and I was standing right […]
- Comment on 5 Steps To Designing An Embedded Software Architecture, Step 5 by Brandon Jimenez November 23, 2022Thanks for sharing, this is so useful.
- Comment on Does agile work with embedded software? by Jacob Beningo November 22, 2022In reply to nicolas_lorenzi. Thanks nicolas for your comment!
- Comment on What is the difference between a container and a microservice? by GRE0 January 26, 2023