User Activity

HiI am working with a STM32L496G_Discovery board and Cube IDEI am having problems with the external ram. I have called BSP_SRAM_Init();and defined an array in that ram spacefloat testInput[TEST_LENGTH_SAMPLES] __attribute__((section("._myvars")));In ...