User Activity

Hi,I use the following code to jump to the bootloader:typedef void (*pFunction)(void); /*!< Function pointer definition */#define SYSMEM_ADDRESS (uint32_t)0x1FFF0000void Bootloader_JumpToSysMem(void){   uint32_t JumpAddress = *(__IO uint32_t*)(SYSMEM...
Hi,I am using Keil v5.28 and want to debug the code on STEVAL-SMARTAG1. The module uses 1.8V to power its MCU. SWD pins are enabled in the app.---------------------------After 4-5sec after starting the debugging of the STEVAL-SMARTAG1 module I loose ...
Hi,There is an option of executing the code in RAM through the option 'RAM Exec' in ST Visual Programmer. I tested this feature and it looks like the code is starting from address 0.I wonder if I can change this and set different starting address.--...
Hi,The UM0470 says:DM control register 2 (DM_CR2)FV_RAM Remap vector table in RAMThis bit is set or cleared by software. It remaps the interrupt vector table to a RAMlocation instead of program memory (usually 8000h).0: Vector table is in Program Mem...
Hi,I am pretty new to STM8 and CubeMX (have some experience in STM32).----I selected the STM8S003F3 and I can see only two timers - there should be TIM4 available but is not.Another odd thing is that the TIM1&TIM2 are not available as long as no pins...
Kudos from