2025-10-28 8:26 AM - edited 2025-10-29 12:07 AM
Dear ST Support Team,
I would like to ask about the compatibility of using the X-NUCLEO-67W1M1 expansion board based on ST67W611M1 with the NUCLEO-F446RE development board.
I had read the **X-CUBE-ST67W61 Data brief document on page 3**
"The X-CUBE-ST67W61 Expansion Package runs on STM32 32-bit microcontrollers based on
• The Arm® Cortex®‑M33 and Cortex®‑M55 processors with Arm® TrustZone®
• The Arm® Cortex®‑M7 processor"
So, my questions are:
1. Is the X-NUCLEO-67W61M1 hardware compatible with NUCLEO-F44 (Cortex M4 processor)?
2. Can I use raw SPI + AT commands without X-CUBE-ST67W61?, Has anyone done this on F44(Cortex M4 processor)?
3. Any known working example or GitHub project for (Cortex M4 processor)+ X-NUCLEO-67W61M1?
Solved! Go to Solution.
2025-10-28 1:21 PM - edited 2025-10-28 1:22 PM
Hello @Youssef Harby
Best Regards.
II
2025-10-28 1:21 PM - edited 2025-10-28 1:22 PM
Hello @Youssef Harby
Best Regards.
II
2025-11-04 4:52 AM
Hello @Issamos
Thank you for the guidance.
I reviewed the ST Wiki pages you linked and followed the steps to configure the CLI application example for the X-NUCLEO-ST67W61M1 on the NUCLEO-F446RE (STM32F4 series). The project builds successfully.
However, when running the generated code directly on the F446RE, it triggers a Hard Fault immediately after start. Interestingly, when I debug the same binary using STM32CubeIDE / ST-LINK, the application executes correctly without any fault. Is that maybe because of the legacy FreeRTOS of the STM32F4?!
Best regards,
Harby