Hello. please help how to run this chip with qspi on stm32h750. I can write and erase information in this flash, but I can't run a program from this chip. I watch your previous videos but could not get this flash to work. thanks for your work.
hello all, I just copied the code and I found that cubeide is findiing some errors: 1) 1rst problem is that if I copy the code for read routine as uint32_t W25Q_ReadID(void) the compiler throws an error saying that is can't return values in a void process. When I removed the void everythyng works (apparently) but the ID value is = 16777215 in the live expression. It's not hexadecimal and it has no relationship with the manufaturer ID table. It's not just a matter of convertion decimal to hex.I'm using the w25q64jv flash chip. Any advice??Thanks for the tutorial
Need Help in storing Audio files (MP3,AMR,WAV) in 16MB flash memory and play using ESP32 wroom 32D, which software and programmer Do I need to use to store Audio files on W25Q64FV or similar winbond flash memory ? I am currently using Arduino IDE, I can detect SPI chip ID,using Basic arduino SPI flash code,Please Help.
U could upload files from a USB to flash memory using an Arduino/ESP32, you’ll need to create a program that can read binary data from the USB over serial port , process it, and then write it to the flash memory.
I copied qspi.c and qspi.h file and the main.c file but when i run my code it hangs on this line " if(CSP_QSPI_Read(Readbuf, 0, 100)!= HAL_OK) Error_Handler();" even after pressing the STEP OVER button in cubeide window
He's using Linux with KDE Plasma desktop environment. Manjaro usually comes with KDE out of the box, but you can install it yourself with other distros. Just requires quite a bit of tinkering.
Thank you very much. I learn quite a lot from the vedio. But when I go to the web page to download the code, my anti-virus program stops me and say that the web page has virus.
Fabulous tutorial from ControllersTech, thank you for sharing, making life easier for us engineers 🙂
OMG FINALLY the tuto that I have been waiting for....really thanks a lot
You are the best
I tried to make an external loader for f446re using quad spi (dual mode), but I could not reach a result. I'm waiting for a video about it.
Hello. please help how to run this chip with qspi on stm32h750. I can write and erase information in this flash, but I can't run a program from this chip. I watch your previous videos but could not get this flash to work. thanks for your work.
I'm having the same issue, did you end up finding a solution?
How did you set the prescaler value to 32? EXPLAIN?
hello all, I just copied the code and I found that cubeide is findiing some errors: 1) 1rst problem is that if I copy the code for read routine as uint32_t W25Q_ReadID(void) the compiler throws an error saying that is can't return values in a void process. When I removed the void everythyng works (apparently) but the ID value is = 16777215 in the live expression. It's not hexadecimal and it has no relationship with the manufaturer ID table. It's not just a matter of convertion decimal to hex.I'm using the w25q64jv flash chip. Any advice??Thanks for the tutorial
Can you make a video about QSPI with SRAM? Seems to be a gap on RUclips. Haven't found a single video about it.
What is editor that you are using for reading the pdf
Hello.Did you try to connect stm32 and NAND FLASH ?
Hi please make a series on NXP S32K3 series controllers there are none available.
Gracias por compartir tu conocimiento. Saludos!
Hello, can you please help me how to copy M30626fhpgp chip?
Need Help in storing Audio files (MP3,AMR,WAV) in 16MB flash memory and play using ESP32 wroom 32D, which software and programmer Do I need to use to store Audio files on W25Q64FV or similar winbond flash memory ?
I am currently using Arduino IDE, I can detect SPI chip ID,using Basic arduino SPI flash code,Please Help.
U could upload files from a USB to flash memory using an Arduino/ESP32, you’ll need to create a program that can read binary data from the USB over serial port , process it, and then write it to the flash memory.
@@N_OR_ any Example code?
I copied qspi.c and qspi.h file and the main.c file but when i run my code it hangs on this line " if(CSP_QSPI_Read(Readbuf, 0, 100)!= HAL_OK) Error_Handler();" even after pressing the STEP OVER button in cubeide window
Thanks!
why did the total block are set to 32
#define numBLOCK 32
Thank you
NICE!
Which OS do you use? Looks beautiful.
He's using Linux with KDE Plasma desktop environment. Manjaro usually comes with KDE out of the box, but you can install it yourself with other distros. Just requires quite a bit of tinkering.
Thank you very much. I learn quite a lot from the vedio. But when I go to the web page to download the code, my anti-virus program stops me and say that the web page has virus.
There is no virus whatsoever. Please rest assured.
Thank you very much for your reply.
Why baud rate is 2.5M ??? Can it be anything???
No reason.. It can be anything..