User Activity

Hi everybody,I'm sorry for poor English.I'm using STM32F407VET6 in my board and I set up watchdog timer. However sometimes microcontroller hangs . Here is the main loop of my code:while(TRUE) { // ====================================== ...
Hi everybody,First, I'm sorry for my poor English.I'm using STM32F407VET6 and I want to calculate 16bit CRC of Modbus RTU. Can anybody help me how I can use hardware CRC of the STM32F407? Is it possible to use hardware crc for modbus rtu? Or should I...
Posted on May 31, 2017 at 08:52Hi everybody,I have used STM32 HAL libraries to communicate with PC using USB CDC. I want to send a huge amount of data to PC and so, the communication speed is very important to me. However I could get very low speed ...
Posted on May 30, 2017 at 10:07 hi everybody I'm using stm32l151 and I want to use usb peripheral in cdc mode. I used stm32 cubeMx to generate the project. when I connect the boar to PC, I can see the VCP in device manager.however I can't s...
Posted on March 22, 2017 at 17:03Hi everybodyI want to make a smartcard with sm32. I know stm32 has smartcard interface using Uart peripheral. however all the documents I have seen, used stm32 as smartcard reader. is it possible to use stm32 as a sm...