STM32F7 Discovery?
Posted on September 30, 2014 at 15:43Hello, will ST offer a STM32F7 discovery board? If yes, when can we expect it? Regards
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 30, 2014 at 15:43Hello, will ST offer a STM32F7 discovery board? If yes, when can we expect it? Regards
Posted on May 04, 2018 at 07:38Hi ST !There is very limited support on STM Touch with TSC application use case on community. Most of the questions are not responded and almost nil application examples.Ti and Renesas are very aggressive with respect ...
Posted on January 07, 2016 at 21:31http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641?icmp=pf261641_pron_pr-massmarket_jun2015&sc=stm32f7discovery-pr♯Now, I have spent just about all day looking for this one, but to no result....
Posted on November 02, 2017 at 14:29Hi all,i'm trying to customize html files that are hosted in a webserver running on my st32 nucleo f676zi with lwIP library.The big issue is that i can't understand the correct usage of makefsdata script.Actually,...
Posted on June 08, 2018 at 11:20HI,Here, I am connecting stm32F411re with x-Nucleo-idw01m1.I am not quite familiar with stm32. So, please provide helpful links, suggestions.Thank you sir,
Posted on June 09, 2018 at 16:51Hi,i am working on stm32l071, interfacing with LIS1DW12 i have configured 1. Write 64h in CTRL1 // Turn on the accelerometer // ODR = 200 Hz, High-Performance2. Write 04h in CTRL6 // FS 2 g LOW_NOISE enabled3. Write 2...
Posted on June 08, 2018 at 18:49Hi, I have a System Workbench project and I need to change the processor type. Is there an easy way to do this?
Posted on June 08, 2018 at 19:30 I'm trying to draw a bitmap using 2D DMA, so I have the address of the destination which is the front buffer, and then I read a line from the bitmap, blit it using the 2D DMA.. I get scanlines, and garbage image. ...
Posted on June 08, 2018 at 21:10My project needs me to connect the host PC to my STM32F4Discovery DISC1 via the virtual COM port to the USART2. So that I can send commands to the Bootloader. Though I have been able to transmit data from the USART3 t...
Posted on June 08, 2018 at 16:37Hi, guys.I am using STM32F437 and trying to use PI8 as an output port.I am trying to program it using standard procedures: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOI, ENABLE); GPIO_InitTypeDef GPIO_InitStructure; ...