CAN Bus Example
Posted on July 30, 2012 at 11:03hello, Can you please give a CAN bus Example for STM32F407. I don't know how to initialize and configure CAN protocol in STM32.Thanks.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 30, 2012 at 11:03hello, Can you please give a CAN bus Example for STM32F407. I don't know how to initialize and configure CAN protocol in STM32.Thanks.
Posted on July 27, 2012 at 16:51Hello I have read the core documents on the NVIC and it says that you can have a mix of pre emption priority and sub priority, for example you could have 2 pre emption and 6 sub priority levels. The data sheet for th...
Posted on July 16, 2012 at 11:28 Hi, I am try to develop a simple I2C “receive data�? type of function; I took most of the code from the zip file that I was able to download from the st webpages. The main function of interest getBytesI2C1DMA(...
Posted on July 27, 2012 at 18:30Hi, I try to connect a enc28j60( ethernet controler) with my stm32f103ve , but all exemples find in web don't work fine. some one to tell an exemple for this? thanks
Posted on March 04, 2010 at 23:1632bit quadrature encoder
Posted on July 25, 2012 at 10:12i was implement USB host for Low-Speed HID gamepad (Discovery board) .... very good. But with gamepad Logitech Full-Speed...it not worki was debug grxsts.b.pktsts ( in interrupt callback USB_OTG_USBH_handle_rx_qlvl_IS...
Posted on July 27, 2012 at 16:10Hello,I have two STM32 chips, one as Master and one as Slave on separate power domains of 3.3V each. My problem is that when the Slave is turned off and power is removed, it is still being powered from the SPI Master....
Posted on December 18, 2009 at 13:36stm32 hangs on malloc
Posted on July 27, 2012 at 12:42I am trying to communicate STM32F100RB with SD card. Here, I use a code provided by STM for STM32F100VB evolution board. This code contain many functionality like interfacing of Graphics LCD etc. I doesn't need all th...
Posted on July 25, 2012 at 20:37Hello I want to change the USART baudrate in some conditions but i couldn't do this.switch( bdstate) { case 0 : DownloadUsartConfig(9600); break; case 1 : ...