Stephen

Results 17 comments of 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. ![Image](https://github.com/user-attachments/assets/7fb96868-ae30-48f2-96df-eb5817e017b1)

> 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 ![Image](https://github.com/user-attachments/assets/a8c93b5c-4874-4878-bbc4-69b6c3d1c131) in stm32f7xx_hal_nor.h ![Image](https://github.com/user-attachments/assets/2b49201e-24b0-478d-b1d6-914683da79e7)

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,...