• Is there an anybody that manage HAL_Delay for microsecond
    Hi everyone , I wanna use DS18B20 but I need microsecond function or method to HAL_Delay in Hal Library..Save me please
  • program hanging after init_TcpNet
    I am using an STM32F407 processor. The code I have monitors an ethernet PHY, and if the link goes down and then back up again, such as if someone removes and then reattaches an ethernet cable, it calls...
  • Bootloader + Main App (ARM7) -
    Hi, Currently im developing a project which takes advantage of the In Application Programming feature on the ARM7 MCU. These individual projects are a Bootloader (IAP enabled) and a Main Application...
  • Implementing a non-hanging USB listener
    I'm working with an LPC1768(FBD100) and need to connect to a PC through a serial USB. As a starting point, I used the sample package USB virtual com port. Installed packages: My code: #include...
  • Modify stack dimension in main main application
    I am using an LPC2478 i have a firmware like this: 1) the bootloader hardcoded in the micro does some stuff and jumps to 0x00000000 2) my bootloader at 0x00000000 executes startup.s (where it...