User Activity

Hey guys,I would like to use the TUSB320 USB-C controller with I2C to detect my STM32F4 as a device. Does anyone of you have implemented it already and would share the code? Right now I am not sure where to start. Does the implementation go before MX...
Hey guys,I am working on an USB CDC + MSC composite device for the STM32F4. Both, CDC and MSC are working independently in the project.When I try to use them at the same time MSC is working but CDC is not transmitting anything because USB is always s...
Hello,I use an STM32F4 as a USB CDC device, I would like to add the MSC functionality (SD card). I have read many threads, but have not found a way to implement it.Is it possible? What needs to be adjusted?Does anybody have found an introduction or t...
Hey everyone, I am using IAR and a STM32F401RE.When I am setting the library low-level interface implementation to "None", I get the following linker error:Error[Li005]: no definition for "__write" [referenced from fflush.o(dl7M_tlf.a)]Error[Li005]: ...
Hey guys,I am using a STM32F401RE nucleo board that does not have an ethernet port. However, I would like to send UDP Frames over the USB/serial port. Since I am new to this and there are no examples how to do it, I really appreciate your help. Has a...