User Activity

I try to implement an FFT on the STM32F429I controller. I succeeded in accessing cmsis files and compilation worked fine by including arm_math.h and libarm_cortexM4lf_math.a. in CubeIDE Version: 1.8.However, when I try to debug the program, it goes ...
I'm using stm32f429 Discovery board and I want to know number of cycles required to execute this part of assembly code .ldr   r3, [pc, #64]  ; (0x8001228 <TIM1_UP_TIM10_IRQHandler+120>)ldr   r3, [r3, #0]ldr   r3, [r3, #36]  ; 0x24ldr   r2, [pc, #64] ...
Hi,There are two points I want to understand them.first one:-I want to use PSRAM with STM32F407 FSMC when I used STM32cubeMX it support Muxed PSRAM only although, STM32F407 reference manual says that it support Multiplexed or nonmultiplexed PSRAM (...
Hello everyone,I'm using stm32f407 that provide FSMC to be able to interface with synchronous and asynchronous memories and I want to extend the memory so, What is the difference between memory types •NOR Flash/PSRAM/SRAM , the NAND Flash/PC Card an...
Hi,I'm working in a project that contains large data need to be processed by using stm32f407 Disc1. I facing issue with RAM overflow so, I need to use external ram by using FSMC.what is the large size of external ram that I can use it? , Is this exte...
Kudos from