User Activity

Hello, myself and a coworker both have tried 1.16.1.  We have a cmake based project, when we open, and try to run the CMake configure step, the IDE tries to do something and is then silent.  It looks like there's some permissions issue.  I looked at ...
 The documentation from Eclipse ThreadX states you must call context save/restore assembly routines for ISRs when using ThreadX calls (e.g. tx_thread_resume) in the ISR.    https://github.com/eclipse-threadx/rtos-docs/blob/71a7c00f369b9cd648f73dfddb0...
We have a STM32F7 with LAN9354 3-port switch on our board.  I created a custom PHY driver for the LAN device based off a similar LAN chip.  In general, networking works.  We can setup static IP, ping both to and from the board, also UDP connection is...
Hello all,We're having some 'strange behaviour' when interfacing our STM32F7 to a FPGA over the FMC bus.  To isolate the problems, we're looking at all the control/addr/data on the FMC bus during memory transactions.  We have a very good view into ev...
So most all of code is building, then I went to add usage of strtok, which requires string.h.Unfortunately I get this really odd error.  Its claiming strncasecmp is redefined.   In file included from C:\ST\STM32CubeIDE_1.13.1\STM32CubeIDE\plugins\com...