Posted on March 06, 2017 at 17:48
Hi
When TIM2 of this device is configured according to the screenshot, the following code will be generated:
void HAL_TIM_Base_MspInit(TIM_HandleTypeDef* tim_baseHandle)
{
GPIO_InitTypeDef GPIO_InitStruct;...
Posted on February 28, 2017 at 01:00HiCubeMX generates in usbd_conf.h:#define USBD_DFU_XFER_SIZE 1024This is the reported transfer size also for tools like dfu-util'Device returned transfer size 1024'But the size of pages of the flash is 2048 bytes ...
Posted on February 22, 2017 at 21:16 Hi I need to write a flag (double word) to flash to tell a botloader not to jump to the app but to start a DFU interface. The bootloader dumps the flash page which contains settings for the app and writes th...
Posted on February 13, 2017 at 16:02
Hi
CubeMX 4.19 with STM32L433CCx selected generates the following code for SPI2
void HAL_SPI_MspInit(SPI_HandleTypeDef* spiHandle)
{
GPIO_InitTypeDef GPIO_InitStruct;
if(spiHandle->Instance==SPI2)
{
...
Posted on February 07, 2017 at 17:36
Hi
CubeMX generates the following code for a timer (timer2) with 4 PWM channels.
Each of the channels are configured with the same parameters.
Obviously for channel1 the line:
GPIO_InitStruct.Alter...
Posted on May 25, 2017 at 18:23For Futaba SBUS, if using a Jeti Transmitter, one can adjust the frame rate from 5 to 20 ms in 1 ms steps.Any solution taking the max elapsed time of receiving the complete data into account is therefore impossible. T...
Posted on May 11, 2017 at 19:59I can confirm this behavior of CubeMX. It happens in all version under Linux up to current used 4.20.1.Reproducer:1. Open a saved project again2. Click configuration and then click on an arbitraly item under configur...