USB Audio Device over QSPI problem
Posted on March 19, 2018 at 21:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 19, 2018 at 21:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 20, 2018 at 16:20hi, i need to recive variable amoun of data from the UART, but the problem is that the pointer of the Rx buffer is incremented any time and i cant decrease it, sorry for my english, i working whit stm32f4 discovery b...
Posted on March 21, 2018 at 12:24Hi,try to erase and write to Flash on STM32F407. Get after a hardware reset always raised PGSERR PGPERR Error Flags.After resetting the values, the mentioned Error Flags will be raised after passing the next code lin...
Posted on March 15, 2018 at 08:30Hello,my MCU is STM32F103C8T6, which should have 64kB FLASH, but it has been confirmed multiple times, that in fact it has 128kB of FLASH memory (just like STM32F103CBT6). This was also confirmed by me by writing to ...
Posted on March 21, 2018 at 10:52Hello,I have a nucleo-L496zg board (stm32L496ZgT6 144 pins) and I'd like to use it in 1.8V.From the document UM2179, section 6.5.4 I see that it's possible depending of the connection on SB121, SB122and SB127, which ...
Posted on March 20, 2018 at 12:43hi i'm trying to set up a gsm sim800 module with stm32f103c8 .i want to switch a led on and off with sms . i used stm32cubemx for usart settings and i generated a code for that.. now i want to recieve sms with at com...
Posted on June 16, 2017 at 14:59The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 24, 2018 at 01:26STM32CubeMX upgrade to 4.24.0 version, STM32F1 series RTC module will be garbled. Unable to compile.the details as attached file.
Posted on February 02, 2018 at 10:11Hello everyone, i guess this is not the right place to ask, but official Atollic TrueSTUDIO forum gave me no answers. Maybe someone here had same problem as me. Yesterday i moved from Keil to TrueSTUDIO IDE since ...
Posted on January 30, 2018 at 12:52Hi.When configuring the HAL_NAND driver you need to set the PageSize and SpareAreaSizes values; /* hnand1.Config */ hnand1.Config.PageSize = 2048; hnand1.Config.SpareAreaSize = 64; hnand1.Config.BlockSize = 64;...