User Activity

Hey all,I would like to make a HID device which would have output options configured by computer, I thought I would use same USB to feed the config to STM, But I cant seem to find a clear answer if it is even possible to send data to USB HID, like yo...
Hello everyone,I got a time1 on STM32F103C8 running at 72Mhz with settings:If I used an interrupt, I would get callback every 30 seconds, however I want to do basically same using polling method, is there a register or a HAL function I can use to che...
Good day everyone,I'm trying to make my own NFC antenna for ST25R95. This is my first time making antenna and I got errors in EMI calculation, probably because of bad values on components since I couldn't find much on internet to reference from.First...
I'm developing my first STM ethernet application and want to use it's built in MAC, from my understanding any 10/100 ETH PHY with MII or RMII should work but there's such a big list of those on market, ST Disco boards I found use LAN8740, which is ex...
I'm working on a project where I need to send and receive http requests/response over tcp/ip, I can get only 3 ethernet modules from my local store - ENC28J60/W5500/W5100. After doing some research I found out basically all 3 of them can work for me,...