User Activity

Hello,I use an open source projet (open62541 on github) to get OPC-UA implementation over lwip.When my projet is compiled with open62541 source code, it's works without error.But the 2 files generated 'open62541.c' and 'open62541.h' are very big (aro...
Posted on April 12, 2018 at 15:52Suggestion to optimize CPU time.Hello,I'm working on STM32L433 device and I use the LCD peripheral embedded. The CPU executes my main loop every 50ms, like the description below. And I refresh the LCD display at each...
Posted on February 01, 2016 at 13:37Hi, MCU : STM32F303RBT6 Library : STM32Cube_FW_F3_V1.4.0 () I want to use USB SOF (Start Of Frame) as 1ms timer to send usb datas. With the old standard library, it's works perfectly. So, I've set my function addr...
Posted on December 15, 2015 at 14:14 Hi, STM32Cube_FW_F3_V1.4.0\Drivers\STM32F3xx_HAL_Driver\Src\stm32f3xx_hal_pcd.c When a device doesn't respond to the host because his fifo is empty on bulk in transfer (normal operation in USB...
Posted on December 14, 2015 at 17:16Hi, \STM32Cube_FW_F3_V1.4.0\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c (version V2.4.1) The last update with ''Prepare endpoint for premature end of transfer'' modification doesn't work. I had ...