Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello.I would like to know the correct procedure to program mcu in this case. I have four outputs as timer PWM output (1,4,5,8), one as GPIO(6) input and one as GPIO(7) output. I have ST-Link 2 (SWDIO,SWCLK,NRST) for programming. I'm not sure what to...
I want to generate a nanosecond delay on the STM32F407 µC, the closest delay I can have is 6ns using either TIM 9/10 or 11, because they work on a 168 MHz clock. But when I use an oscilloscope to visualize whether I successfully generated a 6ns delay...
Hello, After reading some applications note I did't find the way to implement a watchdog for my case.My case:the MCU shall sleep during 12hone function on Bluetooth stack in a .a (provided by TI) takes 1024msMCU is running at 48MHzWWDG can't be used ...
Hi all;There is board that have to design which needs to get data from a PLC.The PLC protocol probably would be PorfiNet and I want to use the data from PLC in MCU.I am kind of new to PLC and I don't know how the PLC protocol work and how they conne...
Im only can display the 7segment by using "sortSegment (numbers);" and it only display at 4th 7segment. How can i select which 7segment i want to display, and how can i display Characters?
Hey folks, I did try the bare metal programming videos on Udemy, and got so facinated, that decided to try on other board. As expected the code from the tutorial is not working on the other board. However I have checked, and re cheked the registry va...