István Cserny

Public Repositories (51)

  • Mbed 2 deprecated
    Lab10_USBHID_pnp

    This is a simple Generic HID demo, which is more or less compatible with the USB HID PnP demo example from the Microchip Applications Library, so that the PC application …

    Last updated: 20 Sep 2022 2 1
  • Mbed 2 deprecated
    Lab10_USB_kwikboard

    USB Keyboard extended example This program will emulate an USB keyboard and emits predefined key sequences when the corresponding button was pressed

    Last updated: 16 Jun 2022 2 1
  • Mbed 2 deprecated
    Lab10_USB_keyboard

    USBKeyboard "Hello world" example (LEDs setting removed as we don't have LEDs)

    Last updated: 16 Jun 2022 1 1
  • Mbed 2 deprecated
    Lab10_USBHID_demo

    This is a very simple Generic HID demo, which is based on the example program shown in the Cypress AN82072 Application Note. Due to the similarities, you can use the …

    Last updated: 16 Jun 2022 1 0
  • Mbed 2 deprecated
    Lab10_USBserial

    Mbed USBSerial "Hello world" example. Just Open a terminal window and see the result. Note that no baudrate setting is necessary.

    Last updated: 16 Jun 2022 1 2
  • Mbed 2 deprecated
    Lab09_rtos_interrupt

    Using ADC interrupts in RTOS environment. This program also demonstrates the usage of RTOS API function calls from interrupt.

    ADC, ARM, F446RE, interrupt, mbed, Queue, rtos, stm32
    Last updated: 10 Apr 2022 1 0
  • Mbed 2 deprecated
    Lab09_rtos_timer

    Using multiple RTOS Timers for blinking LED with different periods.

    ARM, F446RE, mbed, rtos, stm32, timer
    Last updated: 10 Apr 2022 1 1
  • Mbed 2 deprecated
    Lab09_ledblink

    RTOS timer example - This program was borrowed from the book 'ARM-Based microcontroller projects using MBED' written by Dogan Ibrahim, Newsnes (an imprint of Elsevier) 2019. ISBN: 978-0-08-102969-5.

    ARM, mbed, rtos, stm32, timer
    Last updated: 10 Apr 2022 1 1
  • Lab08_rtos_mailbox

    Simple example to use a Mail object in order to send complex messages from thread1 to thread2. Thread1 generates transition between random RGB colors and sends messages to Thread2. Thread2 …

    F446RE, led, mail, message, Nucleo, rgb, rtos, stm32
    Last updated: 17 Mar 2022 1 0
  • Mbed 2 deprecated
    Lab08_signals_to_main

    Synchronize two tasks by the help of an event signal. Thread1 (the main() thread) changes the state of LED1 when an event flag arrives. Thread2 sends event flags at reguar …

    Last updated: 17 Mar 2022 1 1