stm32f746 I2C DMA Transmit problem
Posted on August 17, 2016 at 11:08The 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 August 17, 2016 at 11:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 16, 2016 at 11:45 hi, i am using STM32F746G-Disco in that i have receiving a 16 byte of data from other device,which can be get at interrupt . problem: i have created two threads for GUI and Uart Thread, in that uart thread...
Posted on August 18, 2016 at 18:19Please delete.
Posted on July 14, 2016 at 12:52Hi,I got an application that uses STemWin to display a GUI on STM32F746 Discovery LCD.The STemWin initialization is this** GUI_Init(); /* Activate the use of memory device feature */ WM_SetCreateFlags(WM_CF_MEMD...
Posted on August 02, 2016 at 11:29 hi, i am using STM32F746G-Disco in that i have receiving a 16 byte of data from other device,which can be get at interrupt . problem: i have created two threads for GUI and Uart Thread, in that uart thread...
Posted on August 13, 2016 at 09:15I Downloaded stlink usb drivers when i am using windows 8 , now upgraded to windows 10 , and now when i connect stm32 board using usb it shows FAIL.TXT file with SWD ERROR content -> what's the reason for this issu...
Posted on August 08, 2016 at 05:31HiI am using cubemx to config RTC of stm32L0. For the alarm mask configuration, if I select ''Alarm Mask Minutes'', in the generated code, only RTC_ALARMMASK_MINUTES is set. However, generally, if MINUTES is masked,...
Posted on August 19, 2016 at 10:38 Hello there, I am struggling with this issue for over a (whole) day now... I have a custom STM32F103VBT6 board. I am trying to power up USB in CDC mode. I am using CubeMX to generate the code. At first, my ...
Posted on August 17, 2016 at 00:56I should use the USB FS on CN5 of STM32F4-Discovery in dual Virtual Com Port (if possible in three VCP).I made a project started from cubemx with USB_CDC_VCP with USBD_MAX_NUM_INTERFACES = 3 and USBD_MAX_NUM_CONFIGU...
Posted on February 28, 2016 at 16:15Hi,I'm using ST's driver for SPI in full -duplex, 8 bit, master mode. The function HAL_SPI_TransmitReceive() returns sometimes HAL_TIMEOUT. After inspecting code I don't understand the following:The code below at ...