Need to understand USART3 GPIOB programming.
I need to understand the procedure to program Port B (PB10/PB11) on GPIOB port to USART3 (UART3).I don't understand the RM0090 manual in chapter 8.4.1 nor TABLE 39.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I need to understand the procedure to program Port B (PB10/PB11) on GPIOB port to USART3 (UART3).I don't understand the RM0090 manual in chapter 8.4.1 nor TABLE 39.
Hello. I try to get signal by ETR pin my STM32F103C8T6, but get floated count of pulses, much more than wroted in manual.My video: https://www.youtube.com/watch?v=p-3flyYvOg0My wiring diagram: https://yadi.sk/i/aH0v7njCSlYeegThe manual: https://datas...
Hi,I am very new with STM32F7508-DK. For the first time, I only want to display image in the board and I think it is not a problem for this board. But still get some error with FLASH memory. This is the error:c:\st\stm32cubeide_1.4.0\stm32cubeide\plu...
i have hex file can i check program logic from STM32 Cube
Hi guys,I am having the hardest of times trying to get this to work. The only thing I got working is seeing the MCLK which shows a more of a sinewave then a PWM (is that right even)?I tried everything, to copying the HAL code as well. When using HAL ...
Our board is using an STM32H753 MCU with QSPI Serial Flash IS25WQ040. Quad SPI was enabled in CubeMX and I see the QSPI functions in stm32h7xx_hal_qspi.c. I'm just trying to get a Qspi_Test function called from main working that is currently gettin...
We are implementing and Safety project and cannot use the inbuilt Boot-loader provided by ST . I started developing the logic but the STM32H745XI Flash Erase and Flash Write does not work .The follows .{ /* Unlock the Flash to enable the flash contro...
Dear All,I am new to the STM32 world and I would like to check it is possible to connect Analog Devices DAC AD5443 using SPI to the STM32F429. DAC has a SPI running up to 50 Mhz and STM32 just to 45Mhz, but except this, the SPI timing diagram of both...
#define HRTIM_BASE_ADD (uint32_t)0x40016800 #define HRTIM_FLTINR1_ADD ((uint32_t*)(HRTIM_BASE_ADD+0x3D0)) #define HRTIM_FLTINR2_ADD ((uint32_t*)(HRTIM_BASE_ADD+0x3D4)) #define HRTIM_FLTFR_ADD ((uint32_t*)(HRTIM_BASE_ADD+ 0x368)) void ahb_timer_init...