-
I want for example instead of this
```rust
use stm32f1::stm32f103 as pac;
let periph = pac::Peripherals::take().unwrap();
let usart1 = periph.USART1;
// ...
usart1.cr1.write(|w| {
w.ue().…
-
Is there a reason the usb module is disabled for stm32f105 series MCUs? The datasheet says it supports USB OTG FS.
```
#[cfg(all(
feature = "stm32-usbd",
any(feature = "stm32f102", feature…
-
Hi there, I'm much appreciate your work. In the future, can you consider to support stm32f1 series? I have a blue pill which is based on stm32f103 and I can't find dfu bootloader for stm32cube. Thanks…
-
![изображение](https://github.com/ARM-software/CMSIS_5/assets/19325847/202cdd06-e8cf-4cd8-a595-644dadd152c7)
![изображение](https://github.com/ARM-software/CMSIS_5/assets/19325847/80e91577-b6f5-4ade-…
-
I was just started on this project. Downloaded the code and tried to compile it in VSCode/platformio
It failed with the following output:
Executing task: C:\Users\platformio\penv\Scripts\platfor…
-
hi , i need help to built a variant for the amz_skr _mini _mz with these fonction bed_bl_sfs and i don't know if i have the btt_mini or the btt_mini_maple. the stamp on the microprocessor stm32f103
-
# 参考
- [ ] [STM32 IIC通信简介+PCF8563时钟芯片示例](http://blog.csdn.net/u013053268/article/details/52399301)
- [ ] [STM32F103(四) IIC实践--PFC8563 RTC 时钟调试成功](http://blog.csdn.net/robin7513/article/details/5…
-
Peripherals that are not in the microcontroller and therefore should not be specified:
- Ethernet_MMC, Ethernet_MAC, Ethernet_PTP, Ethernet_DMA,
- OTG_FS_DEVICE, OTG_FS_GLOBAL, OTG_FS_HOST, OTG_FS_…
-
Hi,
I've integrated u8glib into my code base and I'm able to display correctly on half the oled screen. However, I'm unable to access the 2nd half of the screen. IT always comes up garbled.
I'm usi…
-
STM32F103 / STM32F407 boards BOOT0 pin should have *jumper* (or button) to VDD 3v3, and the pin should be resistor to GND. can use like 1k, 4.7k etc. or can jumper both sides 3V3, BOOT0, GND, so norma…