Forum Posts
Resolved! STM32F7 SDRAM testing via FMC
Hi, I am developing a product which has a LCD. So I am using STM32F767zit6 MCU and MT48LC4M32B2 SDRAM on my custom board. I want to know is there any tutorial or example there which i can referrer to generate code form cubemx and test my SDRAM. I hav...
Lcd EA_dogs 102 with stm32f091Rc nucleo board Hi everyone! I want to configure LCD with stm32f0 . I have the following code but it didn't work. Can you please help me.
#include "lcd.h" #include "font_lcd.h" #include "stm32f0xx.h" #include "stm32f0xx_conf.h" // *********************************************************************** // Schreiben eines Zeichens an das LCD-Modul // seriell Soft-SPI Mode, 3/4 Draht ...
Resolved! How to program FLASH_OPTR register to survive system reset?
Hello,I'm trying to control the boot behavior of my STM32L412 development board which has a floating BOOT0 hardware pin.I'm trying to clear the SWBOOT0 bit in FLASH_OPTR using firmware. So far I am able to unlock the register and clear the bit. Th...
UART Printing does not work when Interrupts are enabled and Link Time Optimization is on
Hi,I have some strange problem with UART printing. It does not work when Interrupts are enabled and Link Time Optimization is used. Or rather the UART prints the first character and then seems to get stuck. If I either disable interrupts in the code ...
Resolved! STM32F3 Comp not writing to registers
Hi All,So I've beern trying to write to the registers of the comparator 2 but when I debug , the values of the registers don't change. This leads me to believe that I have an issue getting the clock to the peripheral.I have a 16 MHz external XTAL whi...
elf flash fail after mass erase
I'm trying to debug an error I get when I try to flash internal flash on my stm32f4 board. I first use the flash_erase command to do a mass erase using openocd: flash erase_address unlock 0x08000000 0x100000Then use the flash_write command to flash t...
Reasons to switch from STM32F746NGH6 to STM32H750XB in the context of a scientific application with HMI
Hi,A few days ago, I've asked the community about its opinion on the use of TouchGFX and FreeRTOS for developing a scientific instrument with HMI. Thank to you for all your suggestions which brought new concepts to our project.I come back to you to g...
Anyone got the eMMC on the STM32L4P5G-DK reading over 33 MBps (8-bit DDR) ?
https://www.st.com/en/evaluation-tools/stm32l4p5g-dk.htmlClocking at 52 MHz 8-bit DDR mode, should be able to get a lot closer to 104 MBps, trying to decide if it is the card or the bus/peripheral getting in the way.Also not impressed by the write sp...
Resolved! How much user flash space is actually available on STM32H750xB devices?
According to the STM32H7 reference manual (RM0433), there is only a single 128kB sector of user flash space available for STM32H750xB devices (0x08000000 - 0x0801FFFF).Other devices in the STM32H7 family (H742xI, H743xI, H753xI) have 2 banks of 8 128...