-
I'm trying to use LPUART with Low Speed External oscillator (LSE). According to the STM32L0x1 reference manual, you need to set bit 8 of the control/status register (RCC_CSR LSEON), and then check if …
-
@kisvegabor
Firstly, I would like to inform you you that this repository works flawlessly on my STM32F769I-DISCO board
when build with the newest(1.4.2) CubeIDE.
This is a bit long but it is in…
icodk updated
4 years ago
-
Hello, sorry for the trouble. I ran into a problem, it is not possible to correctly flash the microcontroller, that is, I configure the outputs and set it to a low state and the PD1 output is always s…
-
arm-none-eabi-objcopy.exe -O ihex "usart_dma_rx_idle_line_irq_rtos_L4.elf" "usart_dma_rx_idle_line_irq_rtos_L4.hex"
/bin/sh: arm-none-eabi-objcopy.exe: command not found
make[1]: *** [makefile:80: p…
-
STM32F411E-DISCO
STM32CubeIDE Version: 1.2.1 Build: 5190_20200115_1224 (UTC)
When I was using HAL_I2C_Mem_Read when I detected problem with I2C_RequestMemoryRead.
I2C_RequestMemoryRead always re…
-
My installation of CubeIDE updated the firmware package to v1.25.1 today, which apparently is already a few weeks old. But there is no tag, so checking for changes since 1.25.0 is not possible here.
…
ghost updated
4 years ago
-
I use TouchGFX Designer to generate UI and open with CubeMX to generate code with the setting as you specify. This is using MacOS.
Following is the error (user name edited),
AttributeError: 'NoneT…
-
I'm using a STM32F070CBT6TR in a board and I'm trying to use USART3 for debugging. I made a simple configuration to read and send data through it but it only prints garbage on the serial terminal.
…
-
**Describe the set-up**
* B-L475E-IOT01A
*STM32cube IDE
**Describe the bug**
The proximity example builds without any error ,after uploading the code into the board and opened serial monitor …
-
I2C tx data transfer initiated by HAL_I2C_Mem_Write_DMA completes with HardFault in I2C_DMAXferCplt routine if rx DMA is not configured before.
The issue is with possible NULL pointer hi2c->hdmatx …