-
Latest version in the package registry is 1.26.2. Latest release by ST is 1.27.0, released 11 feb 2022. In this version they reworked the ethernet driver, so code generated by STM32CubeMX for projects…
-
https://rainchan.win/2021/11/02/%E5%9C%A8STM32CubeMX%E4%B8%AD%E6%AD%A3%E7%A1%AE%E9%87%8D%E5%AE%9A%E5%90%91stdio/
前言这看似是一篇烂大街的文章,但其实并非如此。 本文使用的环境非常特殊:STM32CubeMX + Clion 项目配置本项目使用STM32F411CEU6,项目配置如…
-
Rename with `F2` fails with rename failed to apply edits.
The preview of the rename is correct.
![image](https://github.com/user-attachments/assets/e71aaefe-de1f-4ffc-a03d-56c34a729c10)
The p…
-
稚晖君,你好。我在打开ioc文件时遇到如下错误,希望您协助解决。或者麻烦您提供Cubemx版本或更新ioc文件。
![image](https://user-images.githubusercontent.com/36289793/155883119-7ba7e754-3345-47eb-9476-3b389a16d1b3.png)
我的STM32CubeMX版本为 V6.4.0,操…
-
我使用STM32CubeMX生成了Keil文件,现在只有“../UserApp\Utils/retarget.h(5): error: 'sys/stat.h' file not found”这一个报错。
我去网上查询,说sys/sta.h是在Linux系统下的文件。在windows系统下我也没有找到这个头文件。
想问一下大家,这个文件的路径在哪里呢?
-
Hi,
I'm interested in adding Zephyr support for a board based on a STM32F091xC MCU. This board comes with a STM32CubeMX project file detailing the following clock configuration:
![clocks](https:…
-
Hello,
If I understand well this library allows to use HAL for STM32F103 and benefit from Arduino_Core_STM32. But I don't see some features of the regular Generic STM32F1 series, namely the USB sup…
-
SDIO problem:
- CubeMX creates 'HAL_SD_ConfigWideBusOperation(&hsd, SDIO_BUS_WIDE_4B)' function call in main.c. This function call returns always with error but I was not able to find the reason.
- …
-
Hey! I am attempting to add soc support for the mipi dsi driver, and ultimately display of the stm32f469i_disco. I've gotten as far as trying to define and map clock registers to the dts/soc, and cons…
-
用的cmake3.20和arm-none-eabi-gcc,使用的stm32cubemx+rt-thread nano生成的project文件,配置控制台打印和finsh时发现INIT_EXPORT和FINSH_FUNCTION_EXPORT不能生效,只能显示调用,搜索解决方式在MD上在linker的misc control加入–keep .o(.rti_fn.),这个通过cmake方式怎么添加?…