User Activity

Using he STLINKV3MOD, I2C, UARTs,  GPIO and using ti for SWD are all working fine without without errors for over a month and quite intensive useThe CAN code follows the same settings in  the example code:InitCAN is successful.WriteMsgCAN(&canTxMsg, ...
continuing from this : https://community.st.com/t5/stm32-mcus-boards-and-hardware/stlink-v3mods-uart-api/td-p/747740Finally found the reason why could not get data from STLINK V3-MODS from the 2nd UARTCompared to the VUART the UART RX/TX pins are rev...
When will this product be available in retail ?  The ECO system already supports this board but there is no STMICRO hardware, except the EV board. 
Hello, The documentation and flyers of the STLINK-V3MODS specify that the product includes an USB to UART bridge. My custom board with the V3MODS works for JTAG/SWD, I2C and Virtual UART. However, the documentation and sample code does not contain an...
Since today CubeIDE 1.16.1 suddenly reports syntax errors for lines such as:__ALIGN_BEGIN uint8_t USBD_Desc[USB_DESC_SIZ] __ALIGN_END ={ ...The code compiles fine. but all the lines following are underlined. Removing __ALIGN_END removes all those und...