User Activity

Hi,I have to configure a STM32F373 as a LIN Master. The problem is that the function USART_SendBreak is not available.The reference manual says that I have to set the SBKRQ bit to send the break frame, but this bit is only available for a break reque...
Posted on December 13, 2013 at 19:35Hi Everyone,I have a STM32F4Discovery board and I have implemented on it an http server using the lwip v1.41 stack. I also have implemented a micro-SD with SDIO and FATFS, and USB FS as a mass storage device. All ...