• Sending Binary Data with "printf"
    Hi.. I want to send Binary Data using printf() function for examle if I do printf("%d",i) where i=16706 then printf() function transmit that integer in text mode (not in Binary mode) i.e. it will...
  • Sending Binary Data with "printf"
    Hi.. I want to send Binary Data using printf() function for examle if I do printf("%d",i) where i=16706 then printf() function transmit that integer in text mode (not in Binary mode) i.e. it will...
  • No USART communication while flash write operation is active
    My current Compiler environment is the following: IDE-Version: µVision V5.25.2.0 Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved. Tool Version Numbers: Toolchain: MDK...
  • No USART communication while flash write operation is active
    My current Compiler environment is the following: IDE-Version: µVision V5.25.2.0 Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved. Tool Version Numbers: Toolchain: MDK...
  • Printf using USART in stm32l053r8 in keil MDKv:5
    hello, i am trying to use printf using USART in keil MDK v5:0 using stm32lo53r8t6 nucleo .. in my source file i have included the retarget and serial .c file and its header file to,but its still...