..
..
Ask questions, find answers, and share insights on STM32 products and their technical features.
..
Posted on June 05, 2018 at 14:48 Hello, i use the stm nucleo 64 board and the stm/eclipse environment and i want to send string with usart1. Furthermore, i don't want to use cubemx and cmsis. Because it makes the code very unreadable... and I'...
Posted on June 08, 2018 at 02:22Hello everyone,We have a MCU STM32F427. There are 5 ADC channels. During our testing, we found there is ADC glitch, see attached picture. There are 2 significant drop in ADC.Do you know the reason that cause the ADC g...
Posted on May 03, 2018 at 14:47Hello,I'm working on stm32f767ZI, nucleo 144 board and I have an issue with CAN communication. I'm trying to send a message with functions HAL_CAN_GetTxMailboxesFreeLevel() and HAL_CAN_AddTxMessage(). Function return...
Posted on June 07, 2018 at 17:36Hello,I am looking for the source code to the firmware that comes with the STM32F723 DISCOVERY kit.On the back of the package it says:4/ The demo application software as well as other software examples for exploring t...
Posted on June 06, 2018 at 20:38cppcheck pointed out that usbd_cdc.c has a missing break statement around line 652.The next case is a default:/break;, but if another case is inserted between the offender and the default, a fall through would happen....
Posted on May 14, 2018 at 17:45Hi,I have been working with a Waveshare Core 429I board, essentially an STM32F429IGT6 & IS42S16400J and Keil.I am trying to store a large array in the SDRAM using the int32_t Array[xxxxx] __attribute__((at(0xD000000)))...
Posted on June 07, 2018 at 12:13Hello,I have following things to create .txt on USB Mass Storage (Thumb Drive 32GB)ToolChain:IDE = KEIL MDK 5STM32CubeMX = 4.22.0Middlewares= FATFS and USB_HOSTHardware :NUCLEO-F722ZE STM32F7 Nucleo-144 BoardProject B...
Posted on May 30, 2018 at 13:38Hi everyone,I'm sorry to push this old thread but I'm facing problems using the LL drivers and initializing the ADC.The function LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) doesn't set the CKMODE...
Posted on June 07, 2018 at 17:56Hi all,Anyone is familiar with Powerline Communication with X-NUCLEO-PLM01A1? I was trying to interface the Nucleo board with Arduino R3 and quite a bit stuck.