Anubhav

Results 9 comments of Anubhav

I would appreciate any help I can get. > For external flash partition make sure you follow the circuitpython stm32 partition scheme https://github.com/adafruit/circuitpython/tree/main/ports/stm/boards Looking at the circuitpython repo, I am...

I have added SPI and QSPI W25Qx drivers from the MiniSTM32H7xx repository. Still in early stages but you can somewhat load code into the QSPI memory and jump to it....

Hey @hathach Could you check if I'm creating uf2 files right? The code is [here](https://github.com/Bhav97/h750-blinky/blob/11f0bc21fc3a9fd5eccff3b37b86e8dc69c0bff3/CMakeLists.txt#L87)

Thanks! I finally figured out why the interrupts were not working. The default [`SystemInit`](https://github.com/STMicroelectronics/cmsis_device_h7/blob/834d18ff6b79e72e6ed93cc87a9f6b2d22e3340c/Source/Templates/system_stm32h7xx.c#L251) restores the VTOR value when the application boots. I couldn't get interrupts to work by modifying...

I have most things working and implemented now, but there are a few things to test (writing data to SPI flash, self-update and uf2 read). I could finish the remaining...

@hathach , @elpekenin Unfortunately the project I was preparing this for didn't work out and I completely forgot about this WIP-PR. As for the implementation, all the board_* callouts are...

That's not good. Does the blue LED stay on? Does double tap bring up the display?

@hathach I have rebased over the latest changes, cleaned up the code and history

@hathach I have made the requested changes but the underlying issue from #342 is still present. I'll open another PR when I figure it out. Thank you :)