-
Hello,
I'm try to start library on STM32F042F6 with SPI 0.96" ST7735S.
But hangup on ST7735_Init() -> ST7735_ExecuteCommandList(init_cmds1) -> ST7735_WriteData() -> HardFault_Handler()
Project cr…
-
Hi.
I import the program to the stm32cubeide and fixed the initial compilation problems, but when I put it on the stm32f103C8t6 it doesn't work for me.
Can you guide me?
-
hi every body
i'm using stm32cubeide and porting u8g2 on that . now i want show a value of sensor on oled but print function don't work .how can i show value on u8g2 porting to stm32?
-
Hi,
I saw today that the STM32CubeIDE 1.14 has the baremetal support for the STM32MP13. I have the discovery kit and I would like to try some of the examples in the Cube package. Do you have any ins…
-
Hi,
I don't know what to do exactly ? Do I have to open the folder in STM32CubeIDE ?
Which file to upload to the microcontroller ?
-
hi
please help me
i can't use rc-switch in stm32
how to use rc-switch with stm32 with stm32cubeide or kiel project?
can create a sample project with stm32?
thanks
-
Hi @matth-x ,
I am trying to compile this project in STM32CubeIDE environment. However, I get a compilation error because it does not contain the arduino.h in the platform.h file. What should I def…
-
I import official STM32F469I-DISCO example demo, from newest STM32CubeIDE.
All the demos should use display are not working, touch event looks like working well.
I find one github project can lighti…
-
Hi,
Thx for the little guide, it helped me to use my bmp in the stm32CubeIDE. I wad wondering how you do your printf debugging with this setup. I couldn't manage to get swv to work and neither manage…
-
Is it possible to get separate demo projects in STM32CubeIDE for Device CDC and Host RNDIS?
I did get a translation of STM32_USB design guide PDF to English but a lot of it looks like it has change…