-
I have a stm32f103c8t6 board
I use the display screen to connect Arduino compilation and run without problem!
But I need to connect the display screen with STM32 and compile it on Arduino ide
…
-
I cannot make the USB-serial.rs example works on my blue pill (with Windows).
After the MCU has been flashed, I see the rtt logs appearing up to the following lines:
```
...
0.355010 INFO Conne…
-
I'm using STM32F103C8T6 blue pill. I'm bitbangin DAC8830. Everything works fine, the output is sawtooth at around 4kHz. But if I add this function:
```
void asdf(PinName zz) {
digitalWriteFast(…
dvhx updated
6 months ago
-
I have successfully ported littlefs to a project running on a STM32F103C8T6 (bluepill) with a serial flash (MT25Q128) connected to SPI.
The basic functions all work. I can create directories, files,…
-
With the help of another library, it was possible to replace the SD card with a SPI flash memory.
But Windows cannot format the memory.
W25Q64 flash memory is only 8MB (64Mbit) and if the librar…
-
I got it to run just fine on STM32F103C8T6 (bluepill), but when I change the device to STM32F103CBT6 (Maple Mini) and compile it, nothing seems to happen. Blue pill shows up as a STM32 Virtual Com Por…
-
i am testing with stm32f103c8t6 and ili9341 combination, problem is when trying to display a counter (numbers) , for example - to display countdown number 110 to 1 , after "100" display shows "990" , …
-
See #25
This is a place holder for all STMicroelectronics STM32 specific notes/ideas.
https://en.wikipedia.org/wiki/STM32
-
如题,请求大佬的pcb
-
i am testing with stm32f103c8t6 and ili9421 combination, problem is when trying to display a counter (numbers) , for example - to display countdown number 110 to 1 , after "100" display sh…