-
After days of work (I am a noob), I have finally achieved the following:
- Deep sleep of the SAMD21G18
- Sleep current at around 3µA
- Wake up from sleep with external interrupt (button press) WITH…
-
1. First we have to decide if using the *legacy* terminology is acceptable to us. Legacy terminology isn't acceptable to a subset of our audience, and I would strongly prefer we don't use it where the…
-
I have some problem running this code on jetson nano:raise ValueError(
ValueError: No Hardware SPI on (SCLK, MOSI, MISO)=(GEN2_I2C_SCL, GEN2_I2C_SDA, None)
Valid SPI ports:((0, SPI1_SCK, SPI1_MOSI, …
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Zero-address checks are a best-practice and are generally low-severity if missing checks lead to reverts. However, the missing zero-address che…
-
Hi,
I get the following error when I run MISO.
`Error: Settings file /home/rmf/.pyenv/versions/2.7.6/lib/python2.7/site-packages/misopy/settings/miso_settings.txt does not exist.`
I am running …
-
Comments for ["Minesweepers written using: Elm, Reflex, Miso"](https://dc25.github.io/myBlog/2017/11/26/minesweepers-written-using-elm-reflex-miso.html)
-
-
Hi, firstly your code is very clear and i'm learning a lot from this, so thanks!
Then I was reading in another issue that with a CLK frequency that is at least twice the SCLK frequency the code w…
-
# Handle
leastwood
# Vulnerability details
## Impact
The auction contracts implement the `enableList()` function to toggle the use of a point list. The function naming doesn't correctly reflect t…
-
Looks like SPI signal names are fixed to ['sclk', 'mosi', 'miso', 'cs'] (except for 'cs') and can be only prefeixed. What is the recommended flow to connect to DUT signal names that do not match that…