You are here |
centaurian.co.uk | ||
| | | |
mcuoneclipse.com
|
|
| | | | Now I have invested a lot of time into my application, ready to be flashed on the devices and shipped. But wait: I don't want that someone can read out the code from my device and have it reverse engineered. For this, I can 'secure' the device. There are several ways to prevent unauthorized access... | |
| | | |
www.onetransistor.eu
|
|
| | | | CH341A is the USB interface chip capable of I2C, SPI and serial communication. Using it to control I2C devices is easy with the C/C++ API. Let's see how to program it and what it can do. Check out the correlation between API functions and bus signal sampled with a logic analyzer. | |
| | | |
mcuoneclipse.com
|
|
| | | | I had great plans for this Saturday: to work on really cool project. But as so many times, things turned out to be different. Maybe you have read my recent posts about printf()? A colleague wanted to use that article to the same thing with the Kinetis Design Studio on the FRDM-K64F board. I used... | |
| | | |
www.playembedded.org
|
|
| | In this article, we will provide an introduction to microcontrollers, which are small computers on a single integrated circuit that are specifically designed to control various devices or systems. We will explore the key differences between |