User Activity

If connected via USB 1.1 the maximum packet size should be 64. However the stlink-v3 sets the maximum packet size to 512.From dmesg: usb 2-1.3: config 1 interface 0 altsetting 0 endpoint 0x81 has invalid maxpacket 512, setting to 64
From LL_ADC_SetChannelSingleDiff: /* Bits of channels in single or differential mode are set only for        */ /* differential mode (for single mode, mask of bits allowed to be set is   */ /* shifted out of range of bits of channels in single or dif...
HAL_GPIO_Init should beHAL_GPIO_Init(GPIO_TypeDef *GPIOx, const GPIO_InitTypeDef *GPIO_Init);This applies to all HAL-Versions I've seen - probably all.
In the latest version of Cube it is possible to set a custom (fixed) firmware location, but it is not saved. Also when setting the path as absolute it is ignored and when setting it relative (This worked fine in 4.26) I get an exception:2018-10-04 12...
2018-08-21 10:07:21,259 [INFO] ToolchainGenerator:120 - stack trace : java.lang.UnsupportedOperationException: Not supported yet. at generators.MakefileGenerator.updateHeapAndStack(MakefileGenerator.java:315) at generators.Generator.g...
Kudos from