Skip to content
View christal87's full-sized avatar

Block or report christal87

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. w25q128jv_stm32u545req-nucleo_extloader w25q128jv_stm32u545req-nucleo_extloader Public

    STM32CubeProg external loader for a Winbond W25Q128JVSIQ connected to a Nucleo-U545RE-Q board

    C

  2. Linux main error code cheat sheet Linux main error code cheat sheet
    1
    * [errno manpage](https://man7.org/linux/man-pages/man3/errno.3.html)  
    2
    * [errno-base.h kernel header source](https://github.com/torvalds/linux/blob/master/include/uapi/asm-generic/errno-base.h)  
    3
    * [errno.h kernel header source](https://github.com/torvalds/linux/blob/master/include/uapi/asm-generic/errno.h)  
    4
      
    5
    | dec | hex  | symbol          | description                                             |
  3. Simple helper script to (irreversibl... Simple helper script to (irreversibly!!!) download and verify firmware into an STM32 MCU using CubeProgrammer's CLI
    1
    #!/bin/bash
    2
    
                  
    3
    CUBEProgrammerCLI_PATH="/your/path/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin"
    4
    FirmwareImage_PATH="${HOME}/your/path/project/firmware.bin"
    5
    
                  
  4. Function example to get most FreeRTO... Function example to get most FreeRTOS task stats while debugging esp-idf projects through a UART only
    1
    #include "esp_log.h" //log macro fn, printf() custom formatters
    2
    #include "freertos/task.h" //TaskStatus_t, uxTaskGetNumberOfTasks(), uxTaskGetSystemState(), vTaskDelay(), uxTaskGetStackHighWaterMark(), uxTaskPriorityGet()
    3
    
                  
    4
    #define ARRAY_SIZE_OFFSET   5   //Increase this if print_real_time_stats returns prematurely
    5
    
                  
  5. DIYMORE_F407VG DIYMORE_F407VG Public

    MicroPython board definition files for the DIYMORE black PCB STM32F407VGT6 dev board.

    C 1

  6. SeagateST1adapter SeagateST1adapter Public