-
We will need a way to read analog voltages using the STM32's ADC. For example, we will need to read [pin PF8](https://www.notion.so/pufferfish/Pin-Assignments-1ae785478eca44cc97b6abe5c7846f94?p=fb87c6…
-
In function HAL_RCC_ClockConfig, which in turn is called by SystemClockConfig and main.c from CubeMX generated code (at least when FreeRTOS is using a timer for systick)
https://github.com/STMicro…
-
你好,我在VS Code打开我的工作文件夹,但是由于项目文件(.uvprojx)是在当前目录的子文件夹下,所以没法自动识别,需要手动打开,每次重新打开VS Code都需如此,是否可以增加自动检索当前工作空间下(包含子文件夹)的项目文件的功能,谢谢!
-
Hi, I use this project to config my NUCLEO-F767ZI board, after doing the code job, the user-USB can‘t be recognized by windows, and the board become dead ( the blue LD2 won't blink ).
Do you have any…
-
**Is your feature request related to a problem? Please describe.**
There appears to be no guide for how user applications should be integrated into the existing source structure.
The same issue fo…
-
The list of datasheets is unfortunately somewhat old and therefore incomplete. Complete series like STM32G4 are missing.
It is possible to extract a list of all STM32 datasheets from STs website with…
-
1. **rosserial**: spinalは飛行ロボットに特化してserial通信を少し改造している(DMAによるバーストモード)。spinalボードの一般ユーザはそこまで要求しない。今後はspinalの基本機能(IMU, attitude)を抽出した親プロジェクトを作って(別レポジトリ)、飛行ロボットのspinalはそれを継承する形にする。 [このissue](https://github…
-
Have success with generation code for bluePill board with STM32F103C8T6, but after turning ON I2C 1 in Stm32CubeMX I am get error:
```
romych@home_pc ~/projects/TEnco % stm32pio generate …
-
When I compile default example by "make BOARD=stmf32f4discovery"
```
usr/local/bin/arm-2014.05/bin/../lib/gcc/arm-none-eabi/4.8.3/../../../../arm-none-eabi/bin/ld: error: /home/RIOT-OS/RIOT/examples/…
-
最近国内各大厂商都在做物联网操作系统的东西,我都十分关注。从最早的华为LiteOS,当下火热的RT-Thread,还有稍有亮色的AliOS-things,小厂如SylixOS,都江堰OS之类的林林总总.....,感叹我大汉民族正在文艺复兴的同时,又不免心生悲凉。。。
对比老牌的uC-OS\Contiki\freeRTOS,我们的特色在哪里?RT-Thread,AliOS-things,还是给了点…