Mohamed Ayman commented on a discussion: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1161#note_147148


HI Kinsy,

I study stm32h7 as a learning reference for my GSoC project so i dont have 
stm32h7 board yet but,

I tested HAL_SPI_MspInit using a unit test with mocked GPIO functions.\
The test verified:

* SPI pins (SCK/MISO/MOSI) are initialized in correct order.
* CS pins on the same port are combined correctly.
* Pins are set HIGH before configuring as output.
* Pins with regs== NULL are skipped.

Output logs confirm correct behavior without requiring hardware.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1161#note_147148
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to