User Activity

HiI use B-L475E-IOT01A Discovery kit. I would like to update firmware Wi-Fi module Inventek ISM43362-M3G-L44.Could you advise for me?Thank you
Hi,I would like to convert Arduino code to STM32 IDE code.Could you please suggest for me ?Thank you
HiI generated code from STM32CubeIDE.I cannot use getchar() to get a charater from HyperTerminal.But I tied to use USART1->RDR. It can get a character as code below.char ReceiveAByteUART1 = '\0';printf("\fHardware: STM32L4 Discovery kit IoT node (B-L...
Hi,I use the STM32CubeIDE to generate the code of STM32L4 Discovery kit IoT node (B-L475E-IOT01A) and I have added code to use printf command. I can send text to HyperTerminal except ">" as code below.printf("\fSTM32L4 Discovery kit IoT node (B-L475E...
After unzip a STM32CubeL4 Rev 1.14.0 file.I open B-L475E-IOT01_BSP_User_Manual.chm file. It hasn't texts in each item.But Rev 1.13.0 has texts in each item.I am not sure this file is incomplete in a ZIP file or not.