User Activity

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...
Hello,i'm using cmake to build complete STM32F7 application.  I was very happy to see cmake files in x-cube-azrtos-f7.  The threadx, netxduo, and filex libraries themselves build find with cmake.  The problem is when I am building the example project...
Its an age old battle.  Manufactuer eclipse-based IDE vs CMake.  Chip manufactuers make an IDE available to simplify the software development process, and get users started quickly.  Expericed SW engineers appreciate an IDE, particularly for debuggin...