Posted on May 17, 2011 at 13:12In fact, i think there is a Bug in the STM32. It is written that TME is Transmit Mailbox Empty, but i found that this interrupt occurs when the CAN TX transmission is done!!!
Posted on May 17, 2011 at 13:11Hello every body, I have a trouble in getting CAN transmission interrupt to work. How do i activate the interrupt? I use this while initialising the NVIC: NVIC_InitStructure.NVIC_IRQChannel = USB_HP_CAN_TX_IRQChannel;...
Posted on May 17, 2011 at 13:10Hello, I'm trying to get the DMA to work for the UART1TX. I'm using freeRTOS and need my tasks to stay active all the time. I have looked at the example given with the firmware, I have configured the DMA for UART1, tri...
Posted on May 17, 2011 at 13:09Well I have seen some codes on this forum. But i have some problems with the pins. My incoders uses 5V as a power supply, so i have to find pins that are 5V tolerent. I need the USART1 because i need the boot loader an...
Posted on May 17, 2011 at 13:09Hello, May someone help me on this point: I'm working in a school project on a 2 wheels robot, and i've chosen to use STM32 to drive the base according to data encoming from higher level processor which orders my card ...