-
Hello,
I am currently implementing the STM32F411RE Nucleo board.
I have downloaded the svd files from ST and generated the svd ada files.
I've then copied the device folder from another device …
-
Hi,
I'm not sure if this is the right place to post. I'm trying to setup a hardware debug configuration for a STM32F411RE Nucleo board (the debug interface is JLink). The Nucleo ST Link is flash…
-
Is there a way to transfer files to the device from within a notebook? I'm currently using the notebook to prototype, and then when the code is ready I'd like to do
```
%local
%%writefile test.py
…
-
Hi
With your code as reference i successfully built and loaded bootloader and user application binaries for "STM32F411RE" evolution kit.
**issue :**
Bootloader unable to jump to user application…
-
Hi Travis,
I have been somehow challenged to prove the value of your output. I believe it is promising but you are not quite there yet. You seem to adhere, in a way, to the ANS-94 standard specific…
-
Hi.
I’m trying to use this great NMEA2000 library on a STM32.
How do I specify which SPI port to use?
I also have a TFT connected, which needs max SPI-speed, but the CAN controller has a max of 10M…
-
Hi there,
Thanks for all the work in putting this together, very clear code & instructions. I am trying to use this lib on an STM32F411 (Nucleo STM32F411RE) and the output signal is incorrect:
!…
-
We should consider some common capabilities of the boards and have a set of interfaces, like PWM capable boards.
Consider current samples for PWM.
Nucleo board:
``` dart
import 'dart:dartino';
impo…
-
Hello,
Have You tried to connect with si468x via spi? In my case i2c is working but spi status3 return all possible spi bus errors.
-
I'm trying to get the FreeRTOS-CLI working on a Nucleo board (F767 or F410RB) and while searching for it, came accross your project for the BlackPill.
A purchase was quickly done and I downloaded the…