Hi, Following is my init code for stm32f4 CAN Bus Normal mode. I've Calculated the bus to work on bit rate of 500 kbps & 16 Tq's. If i connect two discovery boards with transceivers(TJA1050) on both sides, i can see CAN data getting transmit...
Hi, I'm new to CAN communication and trying to up the CAN(normal mode) between two identical custom boards having stm32f072 controllers. Code generated using CubeMX (STM32Cube_FW_F0_V1.9.0) drivers.I have given the setup diagram. TJA1050 RS pin is gr...
Posted on October 30, 2017 at 14:53 Hi, I've finished building same code for a stm32l053R8 low power project using both IDE's Keil Microvision 5 & Atollic truestudio v5.5.2. Keil MicroVision project build works fine in all of our boards which we...
Posted on September 05, 2017 at 14:24Hi, I'm trying to read 2 number of ADC channels on stm32l053 without DMA by initializing channel 1, reading & deinitializing channel 1 then initializing channel 2, reading & deinitializing channe...
Posted on November 01, 2017 at 07:02 Hi Clive, It is very bizarre, by reducing the clock source. I can get the code running at every attempt of power reset. Anyways i got the desired result, but i would love to debug in my leisure time. Strang...
Posted on November 01, 2017 at 06:58 My keil uVision5 license going to expire soon, so thought to port the source codes tosome other open sources.Crossworks is it licensed?
Posted on October 31, 2017 at 14:02That was a good question. I'm using tiny_printf re-targeted to a USART. I have prints which are starting from the main code. So, I will know whether the program entering the main or not. Before main, I couldn't abl...
Posted on October 31, 2017 at 10:30Yes, By not connecting ST-Link debugging tool ( simply a discovery board ) the code doesn't run on its own at every power reset. If ST-Link debugging tool is connected with the board same problem arises, though it ...