how to measure run time?
how to measure the time of a code block running within STVD
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
how to measure the time of a code block running within STVD
GPIO_Init(GPIOD, R4_GPIO_PINS, GPIO_Mode_In_FL_No_IT); GPIO_Init(GPIOD, R6_GPIO_PINS, GPIO_Mode_In_FL_No_IT); delay_ms(1); DOes gpio configure need to wait for completion?
char *address = (char *) 0x4000; void flashwrite(char dat) { // thanks to https://github.com/midnight-wonderer/stm8-eeprom-bug/blob/workaround-//method/src/firmware.c // one Mr. Sarun Rattanasiri wh...
I'm sorry, I'm not a STM8 developerI just want to upgrade an RFID readerThe CPU is STM8S003F3The programmer is ST-LINK V2The connection is SWIMThe programmer is ST Visual ProgrammerIt gives me the error "The device is protected"Is there any way to er...
I'd like to use the x-nucelo gnss1a1 module with the stm32h743zi2 nucleo board. Am I correct in thinking that there is a way to convert an example project that the x-cube gnss provides for the stm32f401re to be usable on the stm32h743zi2? If so, I ...
HiI'm working on a BLDC Motor control project using STM8S Discovery Board (STM8S 105C6T6 MCU). I need to read the hall sensor inputs from my motor onto the three channels of TIM 2. So I thought of getting acquainted with the mechanism of input captur...
I have some confusion about sampling rate in adc,in data sheet it conversion time takes 14 clock cycles, then i am using internal oscillator 16mhz and prescalar selection is 8 and i get conversation time is 3.5micro seconds,i want know about exactly ...
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.