Posted on December 06, 2016 at 18:20The define USBD_CDC_INTERVAL in usbd_conf.h generated with CubeMX is not used anywhere in the project. It was used in the old USB Library in the usbd_cdc_core.c SOF-Function, which no longer exists.#f4 #usb #cubem...
Posted on December 06, 2016 at 15:36The function CDC_Receive_HS() is not meant to be exited until all data is copied from the USB stack.Is there a way to not do this? I am not using an operating system, so not leaving the function means blocking eve...
Posted on December 06, 2016 at 09:52I am trying to install CubeMX 4.18.0 on my Mac (Sierra), opening the installer appears to do nothing, if launched via spotlight i get a warning stating unable to open the programm.#cubemx #macos #sierra
Posted on December 06, 2016 at 18:16Clive One schrieb:Without an RTOS you'd need to copy the data to another buffer, leave, and handle the data in a worker task, for the old SPL examples this could be the main() while loopThe way you describe is wha...
Posted on December 06, 2016 at 16:46Yes I have implemented Y-Modem in my old system. It is painfully slow compared to what is possible with US, is at least another 1k of code size and adds an extra layer to everything.AKA: considering USB spec it sh...
Posted on December 06, 2016 at 11:47I got admin rights and 'javac 1.8.0_102' -> already had cubemx installed a while ago, so it was running on this exact computer. Dont know what changed!?