I need to measure a frequency in STM32F767VIT6 Timer1 CH1. 0 to 14khz input freq
Give me a suggestion, Is it possible or not.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Give me a suggestion, Is it possible or not.
On the STM32L051x6 datasheet it is written "PB9/12/13/14/15, PH0/1 and PC13 GPIOs should be configured as output and driven Low, even if they are not available onthis package" but in the "notes" space of the pin register descrpition there is no refer...
Currently we are using STM32G473CC controller for one our project, where we using CAN module(CAN 2.0 mode) in operation along with peripheral like UART1/LPUART1 in operation.We integrated CAN open stack on top of CAN driver for communication and in o...
Surprisingly, google doesn't find anything.I found the 100QFP pinout appears identical, so such a change, with no PCB change, appears possible.But it would take many hours just to compare the 300 page data sheets, let alone compare the RMs.
I've configured IWDG for my application (STM32L053). When I've halted the application during debugging, the IWDG is still triggering resets. I'm using a SEGGER j-link. I've attempted to use the __HAL_DBGMCU_FREEZE_IWDG() macro, but it doesn't seem...
Is it possible or not? Suggest any other method
I would like to know how I can get in touch with the technical support team of ST.
Hi everyone,I've been trying to reprogram some modules made to transmit some CAN data frames to a car when plugged in the OBD socket. Basically the MCU is programmed to send some frames and I'd like to replace these frames with others ones.Here is a ...
Dear community,I am working on a project, and I am running into problems with the use of 2 UART ports at the same time. I hope, that you can help me.The project I am working on is a modular system of connected devices. The MCU of every device is STM3...
Hello,i bought this SDRAM and i connected it to my STM32F767 Nucleo board. My init function isstatic void MX_FMC_Init(void) { /* USER CODE BEGIN FMC_Init 0 */ /* USER CODE END FMC_Init 0 */ FMC_SDRAM_TimingTypeDef SdramTiming = {0}; /...