• STM32, printf wiindow and USART2 to printf
    Hello, I got PCB where a Bluetooth modul is SMD mounted at USART2 and a STM32F103ZE T6 (High Density). I'm using Keil + cmsis + stlib3.5.0 I'm trying to get the BT Modul working. For that I...
  • STM32, printf wiindow and USART2 to printf
    Hello, I got PCB where a Bluetooth modul is SMD mounted at USART2 and a STM32F103ZE T6 (High Density). I'm using Keil + cmsis + stlib3.5.0 I'm trying to get the BT Modul working. For that I...
  • Counter and printf
    Hi all I need a counter to to count up something So I use follow code to do this work unsigned long pdata counter[4]={0,0,0,0}; in the counting place, counter[0]++; when run...
  • Printf and UART
    Dear All, I have used printf function for to write on serial UART1 but I want to use printf for write also UART0. Is it possible to use printf for to write on two UART? If yes.... How do? ...
  • printf and interrupts
    I need receive data through the uart via interrupts. I am using the philips 89lcp935 which claims to have separate tx and rx interrupts. As soons as I enable the Rx interrupts in whatever mode, I get...