User Activity

Hello,what is the best way to run some of the demos provided by CubeMx on a custom HW?Probably like this: Generate demo code for an evaluation board. Then merge the generated initialization code for the custom board into the demo code folder?Or can C...
Hello,SDRAMs are available in different speed option -5, -6 or -7. IMHO this specifies the max. SDRAM clock at CAS=3, but SDRAM can configured via CAS parameter to be used at a lower clock frequency.Alliance Memory -7 for example can be configured CA...
Hello,I used CubeMX for a design for H75x in LQFP176.I was able to configure SDCKE0+SDNE0 signals of SDRAM Bank 1 to PC2_C and PC3_C.Now I wanted to configure a SDRAM test using JTAG boundary scan but the JTAG tool manufacturer claims that these PCx_...
Hello,I succeed to run all demo programs of the H7 performance suite (STM32CubeExpansion_Performance_H7_V1.0.0) except the QSPI single mode demo (8 - D1_QuadSPI_Single - D1_DTCM) on STM32H753I_EVAL2. But I can run the dual mode demo (9 - D1_QuadSPI_D...
Hello,I want to execute code located in external 16bit NOR FLASH e.g. on a STM32H7x3 evaluation board.I can run the NOR FLASH demo (erase, write, read flash) successfully but have no clue how to create and flash code.After googling 2 days I found ple...