-
**Describe the set-up**
* The board : NUCLEO-G474RE
* IDE or at least the compiler and its version : CubeIDe 1.5.1 and CubeMX 6.1.1-RC2, F1.3.0
* Win10
**Describe the bug**
TIM6 LL in CubeID…
-
Hi, I have a couple of Nucleo 411 boards lying around and was wondering if it's possible to put your grbl onto one. I assume I'ld use the STM32F4xx driver. I've only ever used the STM web IDE so if it…
-
Dear Sir and Madam,
i had to change some defines in stm32f7xx_hal_conf.h generated by CubeMx because ethernet does not work when starting up with connected Ethernet on STM32F777 with DP83848I PHY. …
-
Hi, I am looking for advice on how I should go about uploading and running the provided FreeRTOS examples through the STM32cubeIDE.
I have successfully finished uploading the example code using a d…
-
Hi,
I have an MPCN running on SKR pro 1.2, motors runs onto 5 TMC2209 in UART. CNC is using a Neje PWM diode laser mounted on it
My machine has dual axis on X and Y, using respectively E0 and E1…
-
Hello,
I am trying to use your library in a project but I do not really know hoy to use it in a task.
Everything compiles fine, but it will not connect to the MTCP server on my LAN (which works wi…
-
I suggest to move the implementation of GPIO read/write/toggle into the header, so that the compiler (I assume GCC here) can optimize the code better without LTO. Without LTO, GCC will always insert a…
-
Hello!
I'm about to build this emulator and reading code to understand how it works.
I have a question regarding cartidge bank switching within interrupt.S at write_slot_memory:
The data bus is …
-
Right now the dev board uses an external oscillator from the USB. Actual hardware will not have that
-
STM32Cube ver 1.6.1 with STM32Cube_FW_H7_V1.9.0 - select Nucleo-H753ZI with default configuration and generate new project - add some activity like
HAL_GPIO_WritePin(GPIOB, LD3_Pin, GPIO_PIN_SET)…