User Activity

Hey guys I am having one issue, with the stm32f103 SPI peripheral. I have developed my SPI bare metal mode(spi_mast_tran_byte(), spi_mast_recv_byte() : see pitchers below) and w25q128 flash memory in which I am reading its JDEC ID which is at address...
I want to create a custom Touchghx project for the STM32F746MCU it has an LCD TFT screen based on the MIPI-DSI interface.
I am trying to generate a delay in STM8s103 using Timer peripheral TIM2.but on equating the values to the Prescaler register(PSCR) and ARR. that is not happeninglike I debugged my code step by step and on seeing the values of TIM2 registers, they ar...
want to generate delay using STM32F103 Timer peripheral(TIM2) and coding in bare metal without HALFrom the Youtube videos and google links i found out that -->Timer Frequency(TF) = System Clock(Fsysclk)/Prescalor(TIM2PSC) -->Timer time Period(TTP) =...
I want to try gdbserver and openOCD on CLI so as to compile and debug STM32 MCU Firmwares via CLI and to get an understanding of their work. But not able to get enough resources on the net for their installation as I am windows user and resources ava...