Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm trying to write to the on-board peripheral screen of the STM32F429I board, but haven't found a working example: I tried following along some examples online and in the project directory, but they all reference functions like "HAL_Init()" or "BSP_...
RM0433 talks about a BDMA_CM1ARx register and lists it in the register maps. The description in rm0433 for BDMA_CM1ARx seems to be tha same as for BDMA_CM0ARx. The device headers only talks about the CMAR register.Please clarify.
Hai I have a simple design.I am using STM32F051R4T6TR.I just connected a led such that the led sinks the 20mA current when the led turns on.i happen to notice that each time i switch on my board the brightness of my led is getting reduced.this happen...
Hello,please can I ask how to configure SPI1 in Nucleo L476RG? I have configured SPI interface using CubeMX and then I have checked the functionality using osciloscope. When I want to send 1 byte (8 bits) CLK signal generated has 16 pulses instead of...
Hello, I use SDIO interface to SD Card. I use FATs library. But I want to use SDIO interface. How do I do ?
Hi, I am using STM32F405.I use the Flash Sector as follows. - Sector 0: IAP - Secotr 2: Data Save - Sector 5: Main ApplicationMain Save the data in APP. And Main_APP erases Sector2 before writing the data.While erasing Sector2 from Main_APP, I notice...
HiI have used STM32F030RC.I program the flash memory, using bootloader from PA9 and PA10.I have programmed the microcontrollers first time successfully. But after some program times, I can not program them. I traced the problem. The micro goes to b...
Posted on April 10, 2018 at 06:06Anyone has ever tried to install and play with an C++ arduino oriented IDE that uses arduino libraries but implemented for STM32 micros?Have you ever heard of Sloeber?http://eclipse.baeyens.it/ Seems interesting!