STM32 TSC example
Posted on May 05, 2017 at 14:18Hiis there a example project for touch sense with a combination of button and (slider/rotary)? Thx#stm32-cube-touch-sensing-library
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Posted on May 05, 2017 at 14:18Hiis there a example project for touch sense with a combination of button and (slider/rotary)? Thx#stm32-cube-touch-sensing-library
Posted on May 05, 2017 at 11:28Hello,I need to install the usb device on my board to send data to a computer.I use the USB_OTG_HS CDC but it does not work with my software.The code was first generated by CubeMx, it works on my custom board equipped ...
Posted on October 12, 2016 at 10:55 Cube version: 4.0, Firmware package 1.5.0. Hi, Out of the box creation of a project with LwIP, FreeRTOS on the STM32F769I-DISCO0 generates for following code for interrupt priorities (ethernetif....
Posted on January 31, 2017 at 04:38I know HAL should work with all STM32F4xx MCUs but there are no examples for it in the STM32Cube_FW_F4_V1.14.0 folder for the nucleo-f446re, and there is no sign of any connection or success when trying to communic...
Posted on May 01, 2017 at 20:20I'm running into a Hard Fault when sending 9 bytes from a PC to a STM32F103C8T6 using USB CDC code generated by Cube 4.20.1, FW F1 V1.4.0. I can send 8 bytes to the microcontroller without issue, but once I try 9 byte...
Posted on April 28, 2017 at 01:42Hi, I'm writing an application on an STM32L052 that uses the UART (115200-N81), and I need to use the Bootloader for code upgrades. If run the Bootloader using the BOOT0 pin, the UART initializes fine and I can upl...
Posted on April 27, 2017 at 16:00Hello,I am trying to integrate my custom board (STM32F205 VCT) with PC to send data over USB using Full Speed functionality.Earlier i tried same with STM32F4 Discovery board & everything went right & i was able to re...
Posted on March 16, 2017 at 10:47 Hi, I found a bug in the new version of CubeMX. In this case, even if HSI is not used it is enabled (line 1) but not activated: RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYP...
Posted on April 19, 2017 at 16:38Hello,I am trying to implement USB Connection using High Speed (HS) mode for Virtual COM Port. Under USB_OTG_HS in cube MX i have configured 'Internal FS Phy -> Device_only' & under USB_DEVICE 'Class for HS IP-> Com...
Posted on March 20, 2017 at 18:28Working with HAL_CAN over STM32L4 polatform and kvaser (can analyzer).I have this functions implementing my bank filtering:void DRV_CAN_configureFiltersBank(void){ HCANFilter_Struct.FilterNumber = 0; //0 - 27 HCANF...