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.

Messages - Goran

Pages: [1]
1
Discussion - EVE / Re: FT812 Quad SPI interface
« on: March 17, 2021, 02:56:01 PM »
Hi,

Thanks for your reply, With help from your comments I’ve found the problem and sorted it out.
It was about the extra dummy byte, which i thought I had implemented but in reality not.

Not having the same microcontroller as in your example code I had to rewrite the low level routines. Therefor copying a part of the ”Gpu_Hal_SetSPI” function. Looking deeper into that example code it seems it has double faults that normally takes each other out. (Mixing up bus width and number of dummy bytes) But when I took half of it (the dummy byte part) got a single fault.

Best Regards,
Goran

2
Discussion - EVE / FT812 Quad SPI interface
« on: March 12, 2021, 09:54:30 AM »
I have a NXP uC connected by quad SPI to the FT812 chip. When running at full speed in quad mode I get problems with reading data from the Ft chip.
The first 2 bytes read back after sending address is just repetition of last 4bits of the address. I've tried different drive strengths(both command wise and GPIOX reg) settings and dummy byte settings without success.

(That's also an interesting thing where it in sample code for the FT81x is used two dummy bytes in quad mode without explanation in data sheet or program manual. Why is that?)

At lower speed, aprox 16MHz I get correct output data, at speeds in between it is a mix of faulty and correct readings. Is there any known explanation to this or ways to handle it?
Is there any errata sheet for the FT812?

Best Regards
Goran

Pages: [1]