desaster blogged about his VGA framegrabber project: The project got a nice boost when I found TVP7002 on TI’s site. It’s a video digitizing chip, featuring 3x ADC (one for each color channel) and a PLL system for generating the pixel clock from the HSYNC input. Compared to alternatives, this seemed to be quite nicely priced, and […]
Tag Archives: Cortex M0
DipCortex – GPIO Intro video and guide
DipCortex – GPIO Intro video and guide by SolderSplashLabs: This video takes you through the setup procedure, importing our codebase from GitHub, running through the code. Building it and boot-loading the bin file over the USB connection. These guides are applicable for both the DipCortex’s and the up coming SolderBridges that use the same processors. […]
AVR emulating ARM Cortex M0
First, an AVR that boots Linux. Now a Cortex M0 emulator for the ATtiny: I like writing emulators. Since my last one (ARM emulator that booted linux), I was wondering how much faster one could emulate an ARM cpu on an atmega device. The C-language core netted 10KHz. This time I decided to reduce the […]
