User Activity

Posted on June 01, 2015 at 19:28I am using a STM32F072, code generated by CubeMx 4.7.1 with F/W 1.2.1 My CAN code looks exactly like the Example code in ...\STM32Cube_FW_F0_V1.2.0\Projects\STM32072B_EVAL\Examples\CAN My device is connected to a very...
Posted on March 22, 2015 at 10:45 I am using CubeMX 4.6.0 with STM32Cube FW 1.2.1 for a STM32F072 chip. I am having trouble getting the clock settings code to work properly. I have activated some ADC features in CubeMX, which turns o...
Posted on January 27, 2015 at 21:17I have built a system using STM32CubeMX 4.5 and STM32Cube v1.1.0 for a F072 CPU. I just started implementing the UART parts. I want to run using DMA, but I can't get it to work. A call like HAL_UART_Transmit_DMA( &...
Posted on January 23, 2015 at 10:27I have just gotten the PCB for my first STM32-based design, using a F072CBT6 chip. The board is only populated with the power regulator and the CPU with its surrounding passive components. I have the F072 Discovery...
Posted on October 03, 2014 at 15:05Hello forumers... I am evaluating MCUs for use in a device which sits on a CAN Bus network. I need to be able to push firmware upgrades over the CAN bus from a PC. So far I have found that for my app there is not a...