User Activity

안녕하십니까?STM32H743�?� 예로 들 경우,​MEMORY{RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 512KRAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288KRAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K}​​와 같�?� �?역�?� 있�?� 때, RAM_D1�?� 공간�?� 부족하여​.data 섹션�? 대해서 RAM_D1과...
Hello,I want to generation code with FreeRTOS in Trustzone at STM32L562ZET6Q.I want to use FreeRTOS in Non-Secure Zone.So, I enabled FreeRTOS in Middleware division.And, I want to change about Timebase Source in SYS_NS.But, all timers are disabled(in...
Hello,I tested Gauge widget.So, I modified source code to change needle shape in Gauge.hpp.// triangle original : ShapePoint<float> points[3] = { { -2.5f, 0}, {0.0f, -70}, {2.5f, 0} };// rectanglemodify : ShapePoint<float> points[4] = { { -1.0f, 0}, ...
Dear Imen,Thanks for your replay.I modified my project file using your new library file(ethernetif.c)And I was testing during two days.But, It has a problem yet.Previously, there was stop the ethernet in minutes.But, there was stop the ethernet in ho...
Posted on July 14, 2018 at 17:03Hello.I have a problem about my project.I use my same codes in different MCUs (STM32F746 and STM32H743).Recently, I found this bug when receive from UDP at 0.1ms ~ 0.5ms interval concurrently packets.(FreeRTOS, LwIP)I...
Kudos from