User Activity

In STM32L432KC(arm cortex-m4+FPU) there are two ram memory blocks. Following is a snippet from the linker script I use._e_ram2_stack = ORIGIN(RAM2) + LENGTH(RAM2); _e_ram_stack = ORIGIN(RAM ) + LENGTH(RAM ); ... RAM (xrw) : ORIGIN = 0x20000000, LENG...
I am using STM32CUBE ide and my project has SD card access via SDIO peripheral.I am using FatFS middleware. To use FreeRTOS I enabled DMA and system works fine.After enabling the DMA I wanted to see how much read/write performance the system gained.I...
Hello I have a confusion when the OOK is enabled in the S2LP chip.In datasheet section 5.4.2 writes:The ASK selection depends on power ramping enable.When OOK is selected, a bit '1' is transmitted with a programmed power, set by register PA_POWER[PA_...
Kudos from