File system support on MT29F1G NAND Flash with STM32F7
hi i have a system with two flash memories, one nor and one nand. i need a filesystem supported especially for the nand. which one can i use? are there any examples of support?
hi i have a system with two flash memories, one nor and one nand. i need a filesystem supported especially for the nand. which one can i use? are there any examples of support?
Hello Community,I'm working on a storage module using SDcard for my project.The chip I'm using is STM32H743XIH6.At present, the SD card has been successfully read and written in the polling (ordinary) mode. However, I have never succeeded in reading ...
Hi, after flashing the MCU, it jumps to an incorrect system memory address instead of my application code. I looked into the issue and found that the vector table isn't properly set in flash. I'm trying to understand how to set it correctly, but I'm ...
Hello,after setup SPI1 and setting CSTART=1, I expected that SPI is send immidiatly on bus.(I toogled PE00 with CSTART=1)I couldn't find some that explains that behaviour. It behave the same, if I use DMA or writing directly to TXDR.Do you have an i...
Split from old thread: https://community.st.com/t5/stm32-mcus-security/information-about-mcuboot-and-illustrative-examples/td-p/689154 Hello @Jocelyn RICARD ,I'm looking for guidance on integrating Mcuboot into my project. I am using a NUCLEO-U5A5ZJ-...
Hello. I bought Riverdi board and start to develop my code. I found in FREERTOS_M7 Config parameters RTOS CHECK_FOR_STACK_OVERFLOW. Documentation says CHECK_FOR_STACK_OVERFLOWParameter Description:FreeRTOS provides two optional mechanisms that ...
I am working with the NUCLEO-C031C6 board and tried to to make the user push button toggle the user LED but it stays stuck with no change to the buttonStatus variable, always high (1).I added the counter variable to see if it is continuously incremen...
Dear All,I am testing the demo project for the NUCLEO-C071 to implement the USB HOST CDC_ACM (USBX). Below are some doubts that arose after the initial tests:After using the wizard to create the demo project 'Ux_Host-CDC_ACM', opening the .ioc file s...
Hi team What is the correct procedure to initialize FATFS for SDMMC in M4? Kindly provide the application note of the procedure. We need to run eMMC in M4 core EVK used : STM32H745I-DISCO References code: STM32CubeH7/Projects/STM32H745I...
I'm trying to get USBX MSC working in standalone mode on the STM32H573I Discovery board.I've come across a few tutorials for setting up USBX in VCP mode and have attempted to adapt them for MSC, but I haven’t been able to get the USB to enumerate pr...