User Activity

Hello, i am building the clock setting based on HSE in STM32FG14 using the link bellow.1.At first i am setting the 16th bit of the CR register of RCC and wating till 17th bit will be ready2.enabling power3.voltage regulator setting4.FLASH ACR setting...
Hello,i have stm32f407 descovery board,i want to create noisy signal with high frequency noise and filter it with iir and fir filters.is there some step by step manual i could follow for this issue?Thanks.
Hello, i have written the following code for interrupt delay based on timer as shown in the attached fileBut Keil shows the error bellow on the line.Why it gives me such error,how do i manually enable the IRQ of TIM6?Thanks, NVIC_EnableIRQ(TIM6_IRQ...
Hello,I am trying to use USART2 TX-PA2 RX-PA3 with 115200 baudrate no parity as shown in the cubeMx settings.'u' in binary is 01110101's' in binary is 01110011I have generated the code bellow. and i got a photo of the scope signal as shown bellow....
Hello,I have defined the system as The APB1 CLK is defined by 45MHz as shown bellow.The Usart2 periphery is on the APB1 bus. By the full code attached bellow the USART2 and gpio settings are as following by the printscreen from the reference manual.h...