This has full debug, thru USB, and a rich set of analog peripherals, and hundreds of reference projects.
IDE (PSOC Creator) and Compiler free.
On chip resources catalog, attachment. From simple logic to LUT to 74HC (some parts) to
DDS, DSP, PWM, Counter, Quadec, SAR, DelSig, analog muxes, Vref, OpAmps, Comparators, DAC,
WaveDAC.... You route signals to/from internal resources and out / in from pins with a tool. Has a state machine
wizard, DMA wizard, DSP filter wizard, .....many facilities in IDE.
The window second from right is the chips catalog of internal resources.
Board with Debug starts at $ 10.
Here is example of a DSP filter, all onchip, it used very few resources onchip leaving the rest for other tasks
(see right hand window, resources used / left) -
https://www.cypress.com/documentati...oc-5lp-prototyping-kit-onboard-programmer-and
You can do custom internal functions, using schematic capture (in IDE) and/or Verilog. A couple of examples -
Hi, I have seen users occasionally needing large I/O expanders, cascading some off the shelf parts to get enough I/O. This was done in Verilog, features set/clr/load. Note design shown Serout and Serin were tied together to do some testing...
www.electro-tech-online.com
Occasionally I need to generate custom wave forms and burst a known number of cycles into a DUT. This is a single chip solution, board I typically I use is $ 10. You just drag and drop components onto schematic, wire internally with a wire wizard tool and out to pins, right click and config...
Regards, Dana.