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...
#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 ...
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...
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 ...
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...
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...
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...
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...
Dear All,Board: Nucleo - H745ZI-QI want to store few bytes of non volatile memory, for which I learnt that I need to use EEPROM emulation code. I went through the code given as part of STM software in en.stm32cubeh7_v1-7-0\STM32Cube_FW_H7_V1.7.0\Proj...