-
Newbie to CPU programming here. I'm trying to use the SAM3X's low-power backup mode to reduce energy consumption on my Due. One of the ways that the CPU can be woken is with an interrupt signal from t…
-
I'm having problems compiling Motate on Ubuntu 64 and gcc-arm-none-eabi-6-2017-q2 with the following error:
../../motate/cmsis/TARGET_Atmel/sam3x/include/sam3x8e.h:500:21: error: reinterpret_cast fro…
-
a documentation feat. a clear hierarchical overview for identification of boards (supersets, sets, subsets, and single boards) would be appreciated, to be identified via #ifdef,
because often defin…
-
I am trying to help some people (from the V1Engineering.com forums) find a suitable PWM pin that isn't in use. We thought pin 53 PB14 would work, but it isn't scaling, it is only outputting 3.3V or 0V…
-
If MCP2515::intHandler() is called from an actual interrupt handler while another SPI transfer is in progress, it will try to initiate another SPI transfer, causing one or both transfers to fail.
T…
-
メモリカードIPを追加する
-
Hi all,
as the documentation of the Earl Grey design in combination with CW310 doesn't provide much detail of using SPI over USB on a lower level, I hope someone here can provide some useful inform…
hstr0 updated
11 months ago
-
How tough would it be to use the TX/RX pins of the 0.100" header ?
I could possibly supply you with something
do you have suggestions ? I would look into it to avoid requiring wires between my raspbe…
-
This is a bit of a meta-issue, as I have not found a discussion forum (as yet) for g2core.
My interest is in using g2core for 3D printing. From the commit history, my impression is that support for…
-
It'd be elegant if there was a single `CAN_FRAME` class.
I think the largest reason against doing this is that a `CAN_FRAME_FD` structure requires about 4x more memory than a `CAN_FRAME`.
CAN_FRAM…