LDTC HAL library
Posted on April 16, 2014 at 09:22Hi, I want to learn about how to use the LDTC HAL library on the STM32F4. Are there any good tutorial websites or documents for this library? Thank you #hal-ltdc-um1725
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Posted on April 16, 2014 at 09:22Hi, I want to learn about how to use the LDTC HAL library on the STM32F4. Are there any good tutorial websites or documents for this library? Thank you #hal-ltdc-um1725
Posted on May 08, 2014 at 09:42 Hi I want to create custom HID device with stm32f407 and as first step I tried to rebuild the demo project for usb Mouse HID on my own, i've added needed libraries and definitions (frome demo project) and u...
Posted on August 28, 2013 at 23:05I own a stm32f4 discovery board, for which a demonstration project can be downloaded here:http://www.st.com/web/en/catalog/tools/PF257904This demo consists of software to use the board as a usb hid mouse, using the ...
Posted on May 01, 2014 at 19:25Where is the definitive place to download the CMSIS library for STM32F10x processors? A couple of years ago, I found STM32F10xCMSIS on st.com but now I'm re-tracing those steps to look for updates. Where I've looked:* ...
Posted on April 28, 2014 at 12:47Hello to everybody, using the USB-Device example for the STM324xG_EVAL (CDC-Standalone) I tried to get USB up and running on the STM32F4-Discovery-Board. The example is taken from the latest version of the STM32Cube ...
Posted on April 25, 2014 at 10:09Hello Problem with code in assert_failed() in main.c when using STM32CubeMX for F4 The assert_failed() is not in protected USER CODE BEGIN .. USER CODE END block - it is intended? -----------------------------------...
Posted on April 30, 2014 at 10:39 Hello List, I have a working IAP program that uses USB to upload new code. See http://fwnhousing.rug.nl/stm-test for the code. The project IAPtest contains the code, including an example to u...
Posted on April 29, 2014 at 14:34 Hi guys, I am in need of your help, unfortunately STs documentation is lacking some information here. I am basically trying to implement a USB device (CDC-ACM to be precise) that utilizes suspend/wakeu...
Posted on April 23, 2014 at 17:45 Hello All, I use STM32F103VCT6 and VirtualComPort_loopback Project, it worked well. But now I want to output clk through PA6(MOC) ,but it did't work unless comment out Set_USBClock(); . Who knows why? void ...
Posted on April 27, 2014 at 09:42hi every body.when i try to send data from one pc to another through network i use Socket and Socket programming. now i want to communicate with stm32f407 Discovery board trough network i mean i want to send data to ...