User Activity

Hi every body!How Can I convert byteArray[] (in hex format) to data[] (in char format):uint8_t byteArray[] = { 0x4D, 0x04, 0x01, 0x18, 0x05, 0x05, 0x0C, 0x0E, 0x0C, 0x05, 0x0F };char data[] = "4D04011805050C0E0C050F";Thank you!
Hi every body, how can I create a microsecond delay in STM32f0? ( this MCU has not DWT register)Thank you