Ok. Just tried out some of the PSOC 5LP analog functionality. There are a ton more components available on the PSOC 5LP.
In particular, I tried out the Delta Sigma ADC at 20bit resolution, and routed the value back out a UART to a com port on the PC. I did lose the USB debug capability - I even lost the USB to UART, so I had to just use a UART component.
Otherwise, it's pretty straightforward. Just had to build the project, then load the build file through the bootloader host. Every time I do a download though, I have to place the unit into boot-load mode, by unplugging the USB, holding the reset button down, and re-plugging into the board. This could eventually end up wearing out the USB plug, so I probably need to do something else long term.
Otherwise PSOC 5 is working fine! Two usable PSOC chips on a board for $25. I think between the two chips, this isn't a bad little board.
In particular, I tried out the Delta Sigma ADC at 20bit resolution, and routed the value back out a UART to a com port on the PC. I did lose the USB debug capability - I even lost the USB to UART, so I had to just use a UART component.
Otherwise, it's pretty straightforward. Just had to build the project, then load the build file through the bootloader host. Every time I do a download though, I have to place the unit into boot-load mode, by unplugging the USB, holding the reset button down, and re-plugging into the board. This could eventually end up wearing out the USB plug, so I probably need to do something else long term.
Otherwise PSOC 5 is working fine! Two usable PSOC chips on a board for $25. I think between the two chips, this isn't a bad little board.
Comment