User Activity

Hello!How to force the toggle button to TRUE->FALSE and how to change the scene after 60 seconds!1) I am curious about how to change the toggle button from the current state to false.2) I am curious about how to go from scene 1 to scene 2 after 60.Is...
Posted on January 10, 2018 at 10:12hi!It is a question. stm32f429 hal lib, provided in internal flashI know it can only be erased by sector.0x08010000 I want to delete only the data recorded in the address.If you want to erase by address, copy the e...
Posted on January 04, 2018 at 10:20HII have a question. In hal lib,only 0x08010000 address can be erased Is there a function?I want to delete only the address of each.Let me know if there is another way!Please answer. Have a nice day !!
Posted on November 29, 2017 at 07:51Hi everyoneThat link page 12864 I2C LCD(https://community.st.com/external-link.jspa?url=http%3A%2F%2Fzhongbest.com%2F2017%2F04%2F05%2Fi2c-lcd12864%25E6%2598%25BE%25E7%25A4%25BA%25E5%25B1%258F%25E5%2585%25BC%25E5%2...
Posted on November 27, 2017 at 02:15Good morningI want to use uart in multiple ways as shown below.I want to set prtinf tx and rx it with getchar.How do I use multiple uarts with put char / get char?void UART_Init(void){huart1.Instance = USART1; hua...