['F446 documentation] SAI - FS generation in master Tx mode
Posted on January 16, 2018 at 12:26These clearly contradict. So, which one of them is true?JW
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 16, 2018 at 12:26These clearly contradict. So, which one of them is true?JW
Posted on April 24, 2018 at 13:45Ok, this is half way simple but I have not found any good answer yet.I have some data in EEPROM that needs to be shielded from SWD accesses (and some later on at runtime in SRAM). Direct SWD reads can be to EEPROM ca...
Posted on April 15, 2018 at 19:55Hi,I am using STM32F070RB controller. I did not see DFU loader code for this controller in STM32Cube_FW_F0_V1.9.0 package. So, i have taken some other controllers project and created project for this controller. Afte...
Posted on April 20, 2018 at 12:29Hello, I am trying to cummunicate with device throught UART, but communication is not working reliably. I am trying to read data continuosly by transmitting request in infinite loop, but I receive incomplete or curru...
Posted on April 18, 2018 at 14:43So I just started developing with the STM32F Discovery board and the only thing I'm facing are problems. The biggest problem is that one time I can connect to the virtual comport using RealTerm, and the other time it...
Posted on April 24, 2018 at 12:43Hello,I have a Nucleo STM32L476RG board. I am using it to read time varying ADC values from 3 channels of ADC1 (PC_0,PC_1,PC_2) and print them as a single comma separated string. Eg. 100,134,130.Here are a few detail...
Posted on April 24, 2018 at 12:30Hi, I am trying to configure USART3 on STM324-Discovery for asynchronous communication. As i am configuring U(S)ART so I imported USART HAL libraries not UART libraries. But when i program USART with HAL_Usart_init f...
Posted on April 24, 2018 at 11:01Hi Dev Team,I found a bug in the HAL_UART_Init function provided by the above library. The advanced features are applied with UART_AdvFeatureConfig after the standard features are applied with UART_SetConfig.I config...
Posted on April 24, 2018 at 10:41Configure UART with HAL_UART_Init() with some baudrate 'X' Start receiving with HAL_UART_Receive_IT(Size = 1) Send any frame with baudrate different than 'X'catch HAL_UART_RxCpltCallback() followed by HAL_UART_ErrorC...
Posted on April 23, 2018 at 19:14HI there,This isn't a question related to ST products, but I'm just curious about something that I started noticing. I am developing my project on Atollic TrueSTUDIO, and when I build the project using the CDT Manged...