putty terminal text colour change
Posted on January 08, 2018 at 22:39trying to change the colour of the text on the usart what is the correct combination to use?<p>send_usart(0x1B); send_usart('['); send_usart(3); send_usart(4); send_usart('m');</p>
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 08, 2018 at 22:39trying to change the colour of the text on the usart what is the correct combination to use?<p>send_usart(0x1B); send_usart('['); send_usart(3); send_usart(4); send_usart('m');</p>
Posted on January 08, 2018 at 16:08Hi, I am trying to modify the the code which is compiled from st motor control workbench. So far i have successfully run using st motor control workbench. May I ask is it possible to modify the code so that it does...
Posted on July 20, 2017 at 16:12I am working on a project to count the pulses of an external signal, I am using TIM2 to count every pulses of the signal and the TIM4 to set the duration of counting.For example : I have an external signal with a Freq...
Posted on January 09, 2018 at 07:16 Hi Everybody Help me. I want to use it in the following way. However, Ethernet PHY chip does not have MII_CRS pins. (PHY Chip is RTL8304E) Do you have to handle the MII_CRS pin of STM32F4? The MCU Ref....
Posted on January 09, 2018 at 06:55I have a Nucleo 144 F746ZG, and am running the Atollic IDE, and I am struggling to make any of the various provided CAN examples work properly; just bits and pieces of occasional scope activity on the CAN Tx pin. C...
Posted on January 09, 2018 at 06:23we have st-link come along with nucleo boards.i want to use same st-link to flash custom stm-boards llike we do with external st-link.is it possible?
Posted on January 08, 2018 at 22:42what is the correct vt100 code for changing the terminal text colour?send_usart(0x1B); send_usart('['); send_usart(3); send_usart(4); send_usart('m');
Posted on January 04, 2018 at 12:09Hello.I have a simple SW4STM32 project just using FreeRTOS and LwIP on NUCLEO-H743ZI.Initialize UDP in a task with: struct netconn *conn_udp; conn_udp = netconn_new(NETCONN_UDP);FreeRTOS hangs forever in portmacr...
Posted on January 08, 2018 at 13:26Hello,another question regarding the Nucleo-L432KC board. The user manual states that it can be powered via the +5V pin or the VIN pin. However, when I want to power it via +5V, I can't get the board to run. The re...
Posted on January 06, 2018 at 17:38I'm still new to the Cortex M architecture, but I was wondering which is the most performing data type for integers smaller than 256 if space is abundant? Is it uint8_t, uint16_t, or uint32_t, or are they all the s...