BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - SpicyChef

Pages: [1]
1
Discussion - EVE / why can't I read the Manufacturer/Device ID?
« on: January 18, 2021, 09:44:37 PM »
Hello

I have a PCB with BT817 and W25Q128JVSIQ memory chip on it.
I'm trying to read the Manufacturer/Device ID of the memory chip using the command
I used
Code: [Select]
GD.cmd_flashread() to read the Manufacturer/Device ID into RAM_G of BT817 and then used
Code: [Select]
Serial.println(GD.rd(0x00),HEX);
on Arduino but I get FF instead of EF.
Does anyone know what am I doing wrong here?


The memory chip was tested using
Code: [Select]
Serial.println(GD.rd(REG_FLASH_SIZE)); and I get 16M as the size which is correct

Pages: [1]