User Activity

Hi everyone.I have an already-designed PCB with an STM32MP157 on it. In order to communicate with an external device, I am using USART1. At the same time, I'm using an USB OTG port to connect my device to my PC.My problem is that USART1 is working wi...
Hi everyone.I'm using a STM32MP151CAC and I have the following DTS:// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) /* * Copyright (C) STMicroelectronics 2018 - All Rights Reserved * Author: Alexandre Torgue <alexandre.torgue@st.com>. */   /...
Hi everyone.At this moment I'm working in an integration on an old project which used Standard Peripherals Library instead of HAL libraries.Here, when I try to write in FLASH memory I find the next line:assert_param(IS_FLASH_ADDRESS(Address));Which b...
Hi there.I was making some tests and I have observed that, when I shortcircuit 3V3 into my analog pin (in this case PA0), the reading I'm having is 4022 instead of 4095.Why this difference? I'm using HAL libraries as follows://Function to obtain ADC ...
Hi everyone.I'm trying to setup TIM2_CH4 remapped as input capture, in order to detect rising edges on PB11.I'm working with HALs. And my code is next:First of all, for initialization: // APB2 (which is 64 MHz) at 8 MHz timer_cap_timhandle_.Inst...