What is the difference between STM32F411RE and STM32F407ZGT6 microcontroller?
Hi What is the difference between STM32F411RE microcontroller and STM32F407ZGT6 microcontroller? Which one of them has more features and power?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi What is the difference between STM32F411RE microcontroller and STM32F407ZGT6 microcontroller? Which one of them has more features and power?
I need to use STM32 Standard Peripheral Libraries because I already use it for other Peripheral on the same board. I fine some example of stpm_metrology using HAL library, but I cannot use it!Do you have some example of SPI communication with STPM3X ...
I'm using an STM32F76x series and am trying to find the relevant information on the clock generation capabilities of the audio PLL.The datasheet is pretty blank and the reference manual describes the SAI clock generator but not how to generate the in...
may i get any help in selecting alternate gpio pin for quadspi_ncs functionality in STM32l476vg. As per the datasheet only PE11/PB7 can be selected as quadspi_ncs. Apart from PE11/PB7 can i use any other GPIO for the same functionality.
I'm trying to generate a 2 second break from USART1 on a STM32F105. It's needed for a custom protocol running on top of LIN: the TX line must be driven low for 2 seconds.UARTs like 8250 and 16550 have a Set Break Enable Bit (SBE) in their Line Contro...
Hi..... i am a masters student from india. I have developed a code for RGBW now i want to include strobe effect for that i have give a hal_delay it is working fine now i want to change the PWM of RGBW when it is in strobe effect both has to work simu...
I am using stm32f103zet6.The following error message occurs:Matching not good. First Difference at address 0x64002000:File byte is 0x61.Read byte is 0x41Target 02: Verify successful, but data not matching ...I would appreciate any guidance on how ...
Hi All,After a day or so of researching I feel more overwhelmed than anything regarding using SPI to communicate with SD cards!! There is so much STUFF out there regarding embedded c and SD cards - I don't even know where to begin! I've gone down so...