STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

udp_recv() callback function problem

Posted on December 06, 2017 at 13:17LwIpMCU: STM32F765Custom hardwareSTM32Cube FW_F7 V1.8.0udp_recv() callback function has stopped working since last STM32CubeMX update (4.23)Anyone know what is wrong please?void UDP_ConnectTask(void * pvParameters...

encoder mode both edge don't work

Posted on December 06, 2017 at 12:47Hello,I'm using the STM32L0 with STM32Cube and I notice that the encoder mode doesn't work in both edge. I am obliged to make it work as a rising edge but even so, it only counts on a single rising and falling fro...

STM32L496G-Discovery Demonstration Example

Posted on May 05, 2017 at 21:42Hi my name is Alptigin SAKI,I have a question about STM32L496G-Discovery Demonstration Example in IAR. I am using IAR v8.11 when I opened the project and click rebuild all I found  couples error about 'core_cmFunc.h' n...

Resolved! STM32F3Discovery USB CDC Receive loosing data

Posted on October 18, 2017 at 14:54I'm trying to make my STM32F3Dsicovery just loop back some data over USB however with code below I loosing approximate every 2nd character. If I enable the &sharpif clause the missing characters drop to approximate...

Implementing a Delay using TIMERs

Posted on December 04, 2017 at 16:24Hi! I'm working on an custom board with stm32f107VCT6, and I'm using only standard stm32 library.My problem is that I try to make a simple delay using timer and a variable, but the code stops at the instruction 'w...

Json for c Arm

Posted on September 20, 2016 at 09:42 Hello all, im going to parse json string in my project, i found jansson library for keil, there is an example for cortex-m3 that run just fine in simulator. but the problem is when run the code on stm32f1...

USB Device won't enumerate on custom F7 board

Posted on December 05, 2017 at 15:34I have a custom F7 board configured as a USB HID device (using CubeMX generated code) that won't enumerate with my PC host. However, if I pull BOOT0 high, it will enumerate as a 'STM Device in DFU Mode'. So I assu...