User Activity

Posted on July 25, 2015 at 01:10I'm developing a custom CAN bridge with the stm3210c-eval board, such that I can hook up the board's CAN port to a car's CAN bus and the USART port to a computer and read in received frames over a serial terminal. In ...
Posted on July 15, 2015 at 00:01Is there any demo/example software for writing through the ethernet port on the STM3210C board or its family of boards? #ethernet #stm32
Posted on July 14, 2015 at 23:53Is the filter for the CAN ''Networking'' demo configured to accept all CAN frames? #stm32 #can #example #code
Posted on July 09, 2015 at 19:48I just received two STM3210C-eval boards, which I am using to prototype ECU software. I'm trying to get the CAN demo software in STM32F10x_StdPeriph_Lib_V3.5.0 to work. The LoopBack demo works at 500kbps, but both Dua...