Setting CAN bus transmit interval
Posted on January 24, 2017 at 00:46Is there a way to control CAN bus transmit interval?
Posted on January 24, 2017 at 00:46Is there a way to control CAN bus transmit interval?
Posted on January 25, 2017 at 04:26I am newbie of STM32 board. After yesterday I had tried a little experiment about timer. I use timer4 and use PLL clock as input source clock and finally in cubeMX, it said that APB is 32 MHz. My desire is I want t...
Posted on August 02, 2016 at 11:42 hi, i am using STM32F746G-Disco in that i have receiving a 16 byte of data from other device,which can be get at interrupt . problem: i have created two threads for GUI and Uart Thread, in that uart thread...
Posted on January 26, 2017 at 14:53I've been trying to get the device to wake up from standby using RTC alarm, but it doesn't seem to wake up.I think it goes to standby, because the debugger loses connection - the interface seems to get unpowered.Ho...
Posted on January 26, 2017 at 18:21Barta.Hank‌ in https://community.st.com/community/stm32-community/stm32-forum/blog/2016/12/30/2017-stm32-wish-list?messageTarget=all&start=100&mode=comments&sharpcomment-1531 said:Regarding the RTC and HAL librar...
Posted on January 26, 2017 at 18:21When using CubeMX V4.18 with the Nucleo-144 board with STM32F767ZI processor to configure the Ethernet RMII, I discovered that using the MII pins as GPIO cause pin configuration warnings. For example, pin PB0 is no...
Posted on January 26, 2017 at 16:50I've adapted UART_Printf example to use ITM_SendChar. No output is seen in Eclipse (SW4STM32). I've verified (debugging) that ITM_SendChar is really called. Is it possible to use ITM with this board (Nucleo-F767ZI,...
Posted on January 26, 2017 at 15:18HiI just buy a JLLINK TRACE and I want to add the trace function in my programI use GNU ARM GCC and eclipse.Do you know how to activate the trace ETM 4 bits ? I found these articles :https://mcuoneclipse.com/2016/1...
Posted on January 26, 2017 at 16:32Hi,I have two freshly created projects with the STM32F407 in 100 Pin LQFP housing. I admit I didn't read the datasheet properly and found out afterwards that not all timers are 32 bit timers (which I would expect i...
Posted on January 26, 2017 at 16:18 Hi everyone, I'm new in STM32 and try to run I2C but when I try to connect with other device program stay in endles loop while (I2C_CheckEvent(I2C2, I2C_EVENT_MASTER_MODE_SELECT) != SUCCESS); What coul...