User Activity

Posted on September 18, 2017 at 16:31Hi community,i have following situation:PC <--- ETH or RS232 ----> STM32F107 < ----CAN---- > STM32F105 with external power moduleI want to parse the ascii message (example K01NC|200) to a smaller protocol what i ...
Posted on September 13, 2017 at 15:31Hi Community,i have a question regarding to the nested interrupt function of the F105. My Situation: I have 3 Interrupts with different prioritiesCAN bus rx has the lowest priority (highest number) and i want to...
Posted on July 24, 2017 at 10:29Hi,i already have done the setup for the lwip stack on the STM3210C-Eval board. I can already send via TCP/UDP and also RS232 to the uC (PC-->uC) and get also a echo back (uC-->PC). The debug output of the lwip-stack ...
Posted on June 21, 2017 at 11:14Hello,im working with the STM3210-C Eval board (F107VC microcontroller). I recognized that for F1 series there is in CubeMx (ver.4.21.0) only a LwIp version 1.4.1 available while for F4 series there is version 2.0.0 i...