Software to get a scope on the signals stm32h7
Does stmcubeide have function to get a scope on the signals, o have some software could work with stmcubeide for this?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Does stmcubeide have function to get a scope on the signals, o have some software could work with stmcubeide for this?
Hello and thank you for your time :)This post is about recommendations or best practice ideas, and first, I will introduce my project.As the title states, the goal is to create a "lift monitoring" device using the STM32WLE5.The device should detect a...
Hi there! I am writing to bring to your attention an issue we have encountered during the testing phase of the firmware for the STM32G474VET6-based microcontroller. The core of the problem revolves around the functionality of the FDCAN interface when...
I was working on a project of power delivery using STUSB4500. I am configuring the STUSB4500 registers using a Nucleo F07. So, my query is whether we can connect the Nucleo Board for UART / I2C Connection and the Type C Power Adapter for Source Input...
I am trying to use the AD converter on my Nucleo-F030R8 board. (Actually it works with the "HAL" functions, but I am trying to program on a lower level).While debugging I am watching my struct ADC1 (Wich points at the ADC registers). I am trying to w...
There are several good options for implementing an MCU bootloader from an embedded Linux host. Unfortunately, I have hardware that is already in production and therefore I am not able to implement any of the industry standard and simple ICP (In-Circu...
Hi Community,I recently started working on OpenBootloader on a NUCLEO-G491RE and was trying to understand its operation. As an initial step to understanding the protocol and operation used a terminal and sent commands manually those can be found in t...
I am trying to set-up the demo-kit for Acoustic Echo Cancelling and I am a bit confused about steps 1 and 2 of Getting started with the STM32Cube function pack for acoustic echo cancellation - User manual in part 2.3.1.On my boards bridges that shoul...
HiWe are using the DISCO-L072CZ-LRWAN1.USART-5 uses pin PB3 for Tx, is this pin not available on the LoRa development kit ?Is there a way to re-route the USART-5 Tx pin or access it ?thanks
I'm trying to get the ethernet working on the nucleo-F746ZG eval board.I've found the LwIP_HTTP_Server_Netconn_RTOS example which works great(first time EVER for me, that code on embedded device actually worked without spending several days to fix th...