unable to get debug console
Posted on December 09, 2017 at 06:51Hi,I am using STM32 LoRa Discovery kit for STM32L072 NCU. Please tell me how to get the debug console and how to send the data to gateway?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 09, 2017 at 06:51Hi,I am using STM32 LoRa Discovery kit for STM32L072 NCU. Please tell me how to get the debug console and how to send the data to gateway?
Posted on November 25, 2017 at 13:06Hi.,I am working on STM32F7 evolution board(Nucleo-F767ZI ) to interface external audio kit through SAI interface , I configured and got SAI drivers with STM cubeMX , The STM board is configured in Master mode wit...
Posted on December 08, 2017 at 09:24Hello,I got connected measuring device to my STM32F4 - Discovery board (with Open407V-D board). They are communication via RS 485 bus. Measuring device should provide result of measurement after request., but afte...
Posted on December 08, 2017 at 22:48My project uses STM32F103 MCU. I want to have TIM1 event to trigger the ADC conversion. However, the peripheral reference manual states that only TIM1-CC1,TIM1-CC2 and TIM1-CC3 envents can trigger the ADC. I need ...
Posted on December 07, 2017 at 06:34Hi please help me with programming nucleo stm32f103 board with external stlink v2 programmer
Posted on January 14, 2017 at 18:34Hello,Why doesn't STM32CubeMX not provide a copy of syscalls.c in the application directory tree as part of the code generation step? Presumably, all users of STM32 are developing bare-metal systems and so there m...
Posted on December 08, 2017 at 16:47Hi! I'm new to stm32. I'm trying to use stm32f722RET6 with WM8510 audiocodec. In CubeMX only SPDIF TX can be selected for SAI1, (I2S/PCM is inactive) . Is it possible to use SAI2 as master receive (I2S protocol)...
Posted on December 08, 2017 at 02:01HI,I have a STM32F07G-Disc1 board attached to a Embest BB board which provides an RS232 Interface. I started the STM32CubeMX, and activated the USART6 in Asynchronous mode and Generated the Default code. The follo...
Posted on December 06, 2017 at 13:59I add some code to the files generated by CubeMX. When I regenerate the project, my added code will be deleted.In the main.c is /* USER CODE BEGIN */ and /* USER CODE END*/ but in other files, there is no area whe...
Posted on December 07, 2017 at 14:58I like to start a new project based on the STM32Nucleo pack for IoT node with Wi-Fi(STM32 Nucleo-64 development board with STM32F401RE MCU).I need to show some decimal values through a LCD keypad display. Here is ...