-
I am using CubeMX v6.1.1 with CubeF4 v1.25.2 to generate code for STM32F412CGUx with STM32CubeIDE.
The app generates usbd_conf.c with following function included:
``` cpp
/**
* @brief Handle …
-
This sketch illustrates a failure of SPI.transfer with a NUCLEO-H743ZI2. The sketch use a SCLK rate of 400kHz.
```
#include "SPI.h"
const uint8_t CS_PIN = 10;
void setup() {
SPI.begin();
p…
-
### Description of defect
Hi! I use the default blinky example to start my project, but when I use:
```cpp
#include
Serial pc(PA_9,PA_10);
```
The compiler output error that "Serial.h" file not…
-
Hi!
I don't know is this good place for my question and sorry for that opened issue.
I would like to ask is there possibility to port this driver to support stm32f4xx-hal?
I've found that you are …
-
**Describe the set-up**
* stm32f446re
* arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
**Describe the bug*…
-
Hello, thank you for work with library.
I try to connect to wifi by using Airlift ESP32 which controls by STM32F446RE. I done requirements in changing pinout, but whatever I done I always receive thi…
-
I tried to add 'sdcard capsule' on board `stm32f446re` to read and write a sdcard. I modified the code of `main.rs` and `spi.rs` [[link]](https://paste.ubuntu.com/p/Hqd6qR4Rgg/) to enable the `sdcard…
-
In GitLab by @arthurzh on Dec 27, 2020, 18:39
_Merges feature-s2cmds -> feature-backend-hooks_
New Features:
Added in class for handling receiving serial from boards and decoding serial data in dict…
-
I'm trying to set up a cross compilation toolchain for a `STM32F446RE`, using blinky for testing. I removed the `CMAKE_TOOLCHAIN_FILE` path from the *CMakeLists.txt* and pass it from the build script.…
-
- Hardware description: NUCLEO_F446RE
- RTOS: FreeRTOS
- Installation type: micro_ros_setup
- Version or commit hash: ROS2 foxy
Hi!
I'm trying to use CAN bus for custom transport. I read the…