STM32H735G-DK HyperRAM Configuration Register
Hello, I haven't found a code to change HyperRAM configuration register on the STM32H735G-DK. Please provide it if it is available. Thanks.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello, I haven't found a code to change HyperRAM configuration register on the STM32H735G-DK. Please provide it if it is available. Thanks.
TL;DR – Does anyone know how get the STM H7 series boards to do what Phil showed how do to in [#5] IIR Filters - Audio DSP On STM32 with I2S (24 Bit / 96 kHz) for the STM32 F4 series? The H7 appears to be lots faster, and its floating point unit doe...
Hi, I have configured two PWM channels with complimentary channels on TIM1. I am mainly using the STM32CubeMX for configuration. The MX_TIM1_Init() function has been generated successfully which does use the HAL driver for configuring the PWM chann...
I have some STM32G030C8T6 custom boards with the same problem. After flashing them for the first time through SWD using STLINK probe the devices are stopped. STM32CubeIDE debug session is aborted and I cannot launch any debug session anymore.The work...
I am trying LTDC color keying application. LTDC uses HSI as clock source. I want to make all system clock HSE. Then I will be able to use PLL3 with HSE. However, the processor example I am using uses an external ram with boot_xip. All clock settings ...
Hi, I implemented and tested the example TIM_OCActive, which is included in the STM32Cube_FW_G0_V1.6.2 package, using a NUCLEO-G071RB and the STM32CubeIDE version 1.17.0. As the trigger signal for the oscilloscope I generated a 10 ms wide pulse by a...
Hello,I'm using an STM32 F4 board as a TCP Server and the hercule application on my PC as a TCP Client.I follow the online tutorial proposed by controllersTech for the configuration.This is what my program does: If I send the message "1" to the serve...
Hi All I'm new to STM32 and I'm exploring it a little bit. I think I've found an issue in the HAL in configuration Line is referred to the external interrupt line to be connected. it is configured in the BSP with (void)HAL_EXTI_GetHandle(&hpb_e...
Hello everyone, why is it that the ITM output does not display when the IDE jumps from boot to Appli? Clicking on the wrench (settings) does not make any changes, and running it again can display the output content normally? Run until the output test...
Hi.I have the following code. However when I try and update the arb value with anything it just does not reflect on the pin.Currently it is running a stepper motor. The stepper motor moves one step every time the pulse goes high.With that in mind I a...