• Capturing video on ARM Cortex M7
    My intent is to capture a low-medium fps (5-10 fps) of some seconds duration. What's the best way to do that, and what can be a feasible compression on Arm Cortex M7 ?
  • ARM board with SDI input
    Hi, - I am not a hardware engineer - but have been tasked with finding a board for a new ANPR project. I need a Quad core arm processor SBC (2GHz) - & don't need a GPU - BUT I need to inteface to a camera...
  • Bare Metal Input/Output - Documentation?
    Does anyone know of an Idiot's Guide to this topic? In particular, how does a processor with no special I/O instructions issue a request, e.g. to a serial output device to output "Hello, World"? And how...
  • How to set a PIN for input and make it intially as low
    I am using LPC2148 for my development purpose. I am trying to set PINs 15 and 16 as input and initially make it low: #include <lpc214x.h> #define LED1    (1 << 10) #define LED2    (1 << 11) #define BUTTON1...
  • How to simulate analog input to ADC0 pin on logic analyzer ?
    I tried using variable names ( AD0 , Ain0 ) non of them was identified in Keil's logic analyzer , and also non of VTREG signals was related to ADxx ( Updat e : discussion mov e d to https://community...