github-actions[bot] on apk
release: build files from devel… (compare)
CloudyPadmal on development
Fixes #2360 add checks for empt… (compare)
dependabot[bot] on gradle
dependabot[bot] on gradle
chore(deps): bump gradle from 7… (compare)
mariobehling on main
Update .gitignore Define FCY in delay.h Refactor uart{1,2}.* into uart.… and 1 more (compare)
Regarding our discussion about RISC-V https://www.computerenhance.com/p/the-problem-with-risc-v-v-mask-bits
Do you understand the situation described in the article? Do you think that is something related to our choice between ARM and RISC-V?
--PSLab ADC zero-crossing error around 2048 data points. What command did Rafael send to get this data?
--x, y1 = scope.capture(channels='CH1', samples=512, timegap=1)
Then plot with matplotlib or my QT front end I wrote for DAC my self. In normal conditions, the full scale are like 4096 bits, so the noise cross 2048 is no more than 0.5% of the screen height. It's will be easily ignored. The 2048 is 0b100000000000 and 2047 is 0b11111111111 so nearly all the bits are different, that means the comparison result of DAC inside SAR ADC is quite different. And the noise is actually within the noise in the specification wrote in the PIC24 datasheet. So, we can do nothing about it.
pslab flash --port <portname> <path_to_hexfile>