File system for spi nand flash
I'm using STM32L496 discovery board and spi nand flash memory..i'm trying to use uffs file system ...is there any porting documentation available for uffs file system into spi nand flash???
Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm using STM32L496 discovery board and spi nand flash memory..i'm trying to use uffs file system ...is there any porting documentation available for uffs file system into spi nand flash???
Hello,I have been looking to read almost 200 different Extended CAN Ids on any of the CAN equipped STM32 MCUs. Speed in 1Mbps on CAN. Currently, I am working with ID list mode using all 28 filters and switching between CAN Ids as required. But I am f...
Hi,I am using the STM32F746G-Disco board with SW4STM32 IDE and I have the SDRAM working on it.Now I am trying to port this project to the STM32CUBE IDE using the integrated STM32Cube.However, when I try to read the SDRAM, I end up in the hard fault h...
Hello,I have an application in which waveform is generated (DAC1, updated triggered with T6), data is acquired (ADC1_INP2 and ADC2_INP3, dual simultaneous mode, triggered with T3), T2 is used to control the waveform, ADC_DMA in circular mode is emplo...
I am facing hard fault handler isssue.I was wondering if someone will help me to resolve it.I am unable to find the cause.I am using STM32F4 series controller and while free run it is going to hard fault handler.I checked the corresponding register a...
I've seen this in other forum questions and it seems to always be fixed on the Cube side of things, does anyone have experience in this? I've migrated working code from an old STM3210C-Eval and i've also tried starting fresh. I get no signals whats...
I am using stop mode for saving power. My board has dcmi interface for camera ov2640. When I wake up from stop the camera doesn't work. What is the proper way for waking up from STOP mode? Following is the code I am using for STOP modevoid stopMode(v...
Hi all,I want to make communicate two nucleo l432kc (slaves) with a raspberry pi (master) through the SPI protocol. On the raspberry I'm using the spidev API, while on the nucleo I'm using the HAL SPI interface with DMA. The only configuration that...
STM32L431V LQFP100SN : 54FF6B067266535348440967Firmware : V2J27S6I use the periphery SPI2 ( CLK enabled ), the periphery is connected PIN: PD_1 (CLK) - config is AF_5, LowSpeed, MODE_AF_PP, NOPULLPD_4 (MOSI) - config is AF_5, LowSpeed, MODE_AF_PP...