-
MCP2210 GP8 set as chip select seems to go high-impedance during unrelated transfers due to a silicon bug. Official library v2.1 seems to have an optionally enabled workaround, but it is not specified…
-
Pulled the git at 09e7ba54e7b8ebe0b1e58f0e7dd30a44c96cc21e.
CC [M] drivers/spi/mcp2210/mcp2210-gpio.o
drivers/spi/mcp2210/mcp2210-gpio.c: In function 'mcp2210_get':
drivers/spi/mcp2210/mcp2210-g…
-
I'm looking at the mcp2110-spi.c code and either I am misunderstanding it or it is fundamentally broken.
SPI always shifts as many bytes in as out on the bus.
Empty rx-buffers means data is thrown…
-
In line 438 we have the following:
`QVector retdata(COMMAND_SIZE);`
However, this should be corrected to:
`QVector retdata(static_cast(COMMAND_SIZE));`
-
Currently, the above vectors are having arrays assigned to them. One example of such can be found in lines 202 to 216:
```
// Configures volatile chip settings
uint8_t MCP2210::configureChipSetti…
-
The functions mentioned in the title feature some convoluted logic, which was added in version 1.1.0. For instance, writeNVChipSettings() is implemented as follows:
```
// Writes the given chip tr…
-
**What I want:**
In our schematic, there is a USB signal connect HOST CPU to BMC(AST2500 SOC) USB port A.
I want to use this USB channel to send file image from host side to BMC.
So I set the host …
-
### systemd version the issue has been seen with
249
### Used distribution
Kubuntu 22.04 LTS
### Linux kernel version used
5.15.0-53-generic
### CPU architectures issue was seen on
…
-
-
I ran the
>python -m pip install pywinusb
And updated PIP to 2.2. But it still will not start up. This is Proto1, on windows 11. It is finding the motor controller board but not able to connec…