External loader for STM32H750 discovery
Hi,I am searching for the external loader to flash the h750 discovery board. Can you please help me?Best regards,Andrew
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I am searching for the external loader to flash the h750 discovery board. Can you please help me?Best regards,Andrew
I am trying to use my STM32F429IGT6 CAN to receive some data from the host computer. The data is basically 4 16-bit unsigned integers (8 bytes in total), the message ID is 0x16 and uses the 11-bit standard ID format. The host computer sends messages ...
I am evaluating NAND Flash as a means of storage for a product. I am using the Toshiba TC58NVG1S3HTA00 and using it with the FMC on the NUCLEO-U575ZI-Q board. While I have established comms and have been able to read, write and erase the flash chip s...
Hi everyone!I'm having trouble in measuring the VBAT through ADC. I'm using a battery of 2.5V and when I measure VBAT through ADC, I'm getting values around 4000mV. Here's my code:/** * @brief ADC1 Initialization Function * @PAram None * @retval N...
Using STM32F765, I'm using tim1 with OC toggle.The issue is glitches when I update the ARR value within the Repetition UP ISR. ARR Preload is enabled, not sure what to look at here.D2 toggles when the TIM1_UP_TIM10_IRQHandler fires, and D3 is TIM1 C...
Hi, I need the project used to generate the external loader: MX25LM51245G_STM32H573I-DK.stldr. My custom board uses a STM32H563VIT6 and the same octo-spi flash from Macronix used in the STM32H573I-DK board. But with different gpios connections. So th...
Hi , I am now working on FW upgrade using uart . Bootloader receives the application hex file through uart and flashes it .Then jumps to application , but facing some issues with flashing , flashing is not taking place. I am using NUCLEO-H723ZG board...
Hi, I am working on the STM32L476RG MCU, where I convert a 3.3V ramp signal into a 0 to 360-degree angle using a 12-bit ADC. After that, I generate a digital signal using a GPIO pin. However, I realized that up to 1 kHz of ramp analog input, it works...
Hello everyone! I have been trying to do a project where I try to control a PWM signal with the touchscreen I made with TouchGFX on my STM32F746G-DISCO, unfortunately, after generating a PWM signal, the screen just goes blank, it doesn't turn off, it...
Good morning,I am implementing a USB connection between my PC and the STM32F107 MCU in Device Only mode on a custom PCB. Since the PCB is powered through the USB connector (VBUS), I do not want to use the VBUS sensing pin (PA9) to activate USB commun...