• Dealy bug (?) in CM0 microlib
    Building with Microlib: s_tx_buffer 0x100015d0 Data 2050 bluetooth_frame_handler.o(.bss) STACK 0x10001dd8 Section 304 startup_lpc11xx.o(STACK) "s_tx_buffer" goes until 0x10001DD2 - but the...
  • Dealy bug (?) in CM0 microlib
    Building with Microlib: s_tx_buffer 0x100015d0 Data 2050 bluetooth_frame_handler.o(.bss) STACK 0x10001dd8 Section 304 startup_lpc11xx.o(STACK) "s_tx_buffer" goes until 0x10001DD2 - but the...
  • How to implement RL USB custom code
    Hello, I am new to RL and am trying to implement a USB custom class for device operation. Now I have a question about how to implement Bulk-OUT handling codes. My project is Cortex-M4 (STM32F407...
  • How to implement RL USB custom code
    Hello, I am new to RL and am trying to implement a USB custom class for device operation. Now I have a question about how to implement Bulk-OUT handling codes. My project is Cortex-M4 (STM32F407...
  • How do I implement the cortex M3 Boot ROM code?
    Dear All, As I know, In Cortex M3, was implemented such as the B_ROM, I_RAM, D_RAM . and Basically, Cortex M3 is consist with internal memory ROM and SRAM. In Boot sequence, first of all, IROM code load...