• USB HID reports longer than 64 bytes on lpc1768
    Hi, I'm on the board MCB1700. I took the example of Keil (C:\Keil\ARM\Boards\Keil\MCB1700\RL\USB\RTX_HID) I modify the code following the instructions in this forum : http://www.keil.com/forum...
  • USB HID reports longer than 64 bytes on lpc1768
    Hi, I'm on the board MCB1700. I took the example of Keil (C:\Keil\ARM\Boards\Keil\MCB1700\RL\USB\RTX_HID) I modify the code following the instructions in this forum : http://www.keil.com/forum...
  • My program doesn't run when i download but it runs when i debug
    Hi, i did my configuration using CubeMX. Then i wrote this simple program. HAL_GPIO_TogglePin(GPIOD,GPIO_PIN_14); HAL_Delay(1000); I builded and downloaded my program and nothing happened. Then...
  • My program doesn't run when i download but it runs when i debug
    Hi, i did my configuration using CubeMX. Then i wrote this simple program. HAL_GPIO_TogglePin(GPIOD,GPIO_PIN_14); HAL_Delay(1000); I builded and downloaded my program and nothing happened. Then...
  • uvision 5, when I use no optimization for the C compiler the debugger will not run.
    I have a project where I can compile and debug as long as the optimization level is set at Oz (image size) but when I attempt to debug after compiling with no optimization O0 the application will not...