Ask questions, find answers, and share insights on STM32 products and their technical features.
In my project i have a ethernet communication in between a PC and a STM32F107 uC device. When everything works fine the PC sends a request to the uC-Device and this one sends a echo back to the PC when everything from the request is done. Because of ...
I have been struggling with getting low current consumption in my STM32L4 designs. To try to get a benchmark I compiled the reference example in CubeMX repository v 1.13.0 (path STM32Cube\Repository\STM32Cube_FW_L4_V1.13.0\Projects\NUCLEO-L432KC\Exam...
Hi, I am using the IDW04A1 WiFi module for a project where I want to transfer potentially large files to a server. Is there a way of accessing the SD slot from my MCU? I am using the STM32F401RE MCU and currently I use an external SD to save files. I...
CAN driver in the Legacy folder must use HAL_CAN_LEGACY_MODULE_ENABLED instead of HAL_CAN_MODULE_ENABLED.
hi ,I want to generate PWM Output on PIN PB15 of STM32F103This PIN has a default alternate function -> TIM1_CH3N for PWM outputUnable to get it Working.I have give the code belowCan anyone let me know what is missing??Thanks-Adityamain.c/** * @brief ...
I inherited a Keil Project which used the HAL Legacy CAN driver, and so I'm trying to port this system to SW4STM32, however, when I generate/regenerate a new project with the STM32Cube Generator, the CAN driver is replaced.Normally this wouldn't be a...
Hello everyone, I want to do Treeview structure for GUI with STM32F429. How can I do that ?
Hello. I have any troubles with understanding and access to USB data Fifo's at STM32F407.In STM32F103RBT6 (for example) it was simple - there is PMA, that starts from 0x40006000. I could directly define addresses of FIFO's for each endpoint in F103. ...
I'm looking for a USB printer class code that is able to identify the printer and sent printer commands.There are some old discussion from 2013 that is not fruitful and helping at all.