Booting LPC-Link2 The recommended way to use LPC-Link2 with the LPCXpresso IDE is to boot and soft load a debug firmware image at the start of a debug session. Normally, LPC-Link 2 is booted automatically, however under certain circumstances - such a…
80MHz 12 bit ADC processor LPC4370.LPCxpresso do a LPC LINK2 and LABTOOLS open source oscilloscope demo set. (£84 from Mouser, seems quite well liked.) The LPC LINK2 is £14 + VAT from Mouser, it has the ADC on board. The Lab tools board has signal co…
To Enable the Developer and Performance settings on CyanogenMod 10.1 In the Settings app, choose the About Phone (or About Tablet) option.Scroll down, and tap the Build number seven times. On the seventh tap, you will be notified that "You are now a…
原文地址:https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then/ 翻译:https://i.cnblogs.com/EditPosts.aspx?opt=1 It’s AdamW Essay Time again! If you’re looking for something short and snappy, look elsewhere. Kamil Paral kindly…
The DT block format 这一章定义了传递给内核的FDT(flattened device tree)的格式.关于它包含的内容以及内核需要的属性将在后续章节描述. 注:DT block应该被加载到主存储器中,内核需要在实模式和保护模式下都能够访问DT block,因此,要求DT block的首地址不能被重新映射.Boot loader负责将DT block加载到内存,然后将它的首地址传递给内核. 1.1  Header Boot loader将Device Tree传递给内核的时候…
Booting dircetly into Redlink FW from flash Hello, the usual way to use the Redlink FW is a two-step approach: First the MCU of the probe enumerates as a DFU device. Then the Redlink Server downloads the current Redlink FW into SRAM and the probe re-…
What does this tool do? The LPC18xx/43xx DFUSec utility is a Windows PC tool that provides support functions for LPC18xx/43xx microcontroller via USB. The tool is composed of 3 components: the Image Programmer, the LPC-Link 2 Configuration Tool, and…
cmsis dap interface firmware The source code of the mbed HDK (tools + libraries) is available in this repository: https://github.com/mbedmicro/CMSIS-DAP What It Provides The CMSIS-DAP Interface Firmware provides: USB Mass Storage Device for drag and…
(用以解决USB摄像头不识别的状况) rpi-update是老外开发的一个更新树莓派firmware的工具 $ sudo apt-get update  $ sudo apt-get install ca-certificates $ sudo apt-get install git-core $ sudo wget  -O /usr/bin/rpi-update $ sudo chmod +x /usr/bin/rpi-update $ sudo rpi-update “ Raspberry…