Stephen
Stephen
Please note that I do not have a 16-bit NOR chip to test. THese changes SHOULD be compatible with all 16-bit NOR chips, in both x8 and x16 mode.
Why was the pull request automatically closed? I had previously signed a contributor agreement... I am guessing because my username changed? Why does the bot instanly close the pull request?
Ugh. I didn't intend to merge master into my PR. I didn't realize it would re-authorize. @KRASTM what do i need to do to restart this PR?
I am having the same issue. Used to work great until about November of '24. Then it started not responding to chat messages, but would respond to pre-defined commands (/fix,...
right after i submitted that message, i tried again and it worked this time. I realized i was attempting to reference temporary code (not code saved in a file). Turns...
strange. I highlight code, run the "Copilot: Chat" command, and the window remains blank. This problem only happens with code that is unsaved. 
> today I used LSP copilot for working and after some time, it stopped working. I use ctrl + shift + p, copilot chat, enter question and nothing generates. I...
My suggested fix; Or at least, something that works. in stm32f7xx_hal_nor.c  in stm32f7xx_hal_nor.h 
After evaluating some more, i do not see a straightforward solution to this problem. The easiest workaround, for now, is to declare the NOR flash as a 16-bit data width,...
Spent the last day looking at this; This is all some really strange behavior... 1. My NOR flash chip uses FUJITSU command set, and is an 8-bit data bus. However,...