-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: InfineonInfineon Technologies AGInfineon Technologies AGpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
The samples/basic/blinky compiles successfully, but after west flash, the board has no LED blinking and zero UART output.
Regression
- This is a regression.
Steps to reproduce
- west build -p always -b cy8ckit_062_wifi_bt/cy8c6247/m0 samples/basic/blinky
- west flash
Relevant log output
Impact
Major – Severely degrades functionality; workaround is difficult or unavailable.
Environment
- OS: windows 10
- Toolchain: Zephyr SDK
- Version: v4.3.0
Additional Context
- Firmware compiled via Infineon ModusToolbox (same LED/UART logic) runs normally on the board → flashing tool and hardware are functional.
- The Zephyr firmware works only when loaded via west debug (followed by continue in GDB); this issue matches Some problems when run zephyr on PSoC63 (PSoC6 BLE Pioneer Kit) #83466.
- Replacing Zephyr's k_msleep(...) with Infineon's Cy_SysLib_Delay(...) or Cy_SysLib_Rtos_Delay(...) enables normal operation in west debug mode; the while loop runs without delay otherwise.
- The sample works normally on the cy8ckit_062s2_ai with no additional modifications required.
west build -b cy8ckit_062s2_ai/cy8c624abzi_s2d44 -p always samples/basic/blinky
west flash
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: InfineonInfineon Technologies AGInfineon Technologies AGpriority: lowLow impact/importance bugLow impact/importance bug