Search found 29 matches

by madhavan
Tue Jun 01, 2021 5:07 am
Forum: General discussion
Topic: Multiple i2c port drive & Multiple SPI port drive
Replies: 12
Views: 6570

Re: Multiple i2c port drive & Multiple SPI port drive

please suggest best library for using the i2c external eeeprom for page by page writing and reading of 16 bit , float data & string data..
by madhavan
Tue Jun 01, 2021 5:02 am
Forum: General discussion
Topic: SPI port drive Windbond w25 q32
Replies: 5
Views: 4847

Re: SPI port drive Windbond w25 q32

i am sorry .. still attachment file is giving compile error but i don't want confuse myself with memory device . at this movement i put hold or pause for this spi flash memory and i will do further development later .
by madhavan
Mon May 31, 2021 7:57 am
Forum: General discussion
Topic: SPI port drive Windbond w25 q32
Replies: 5
Views: 4847

Re: SPI port drive Windbond w25 q32

thanks .... every link is beyond my level . For my understanding i am requesting that need the simple code like ad convertor value must be store in flash memory and need to read the same value .
by madhavan
Fri May 28, 2021 10:20 am
Forum: General discussion
Topic: SPI port drive Windbond w25 q32
Replies: 5
Views: 4847

Re: SPI port drive Windbond w25 q32

Arduino Having Library : You can open it with Arduino IDE by navigating the examples in the menu File -> Examples -> Examples for Generic STM32F103C series -> SPI -> using_spi_ports. But there is no examples for simple 8 bit , 16 bit &32 bit read & write , since i am new i couldn't do better...
by madhavan
Thu May 27, 2021 9:11 am
Forum: General discussion
Topic: SPI port drive Windbond w25 q32
Replies: 5
Views: 4847

SPI port drive Windbond w25 q32

hi ,

Trying to connect bluepill with 25q32 .

please suggest some good library with some example like a/d converter value into Flash Memory and Reading the same value since i am new .
by madhavan
Tue May 25, 2021 7:42 am
Forum: General discussion
Topic: Multiple i2c port drive & Multiple SPI port drive
Replies: 12
Views: 6570

Re: Multiple i2c port drive & Multiple SPI port drive

hi, no improvement . value not stored in chip i have tested the i2c scanning it's detecting in fast mode & normal mode . 13:06:53.946 -> Scanning... 13:06:53.946 -> I2C device found at address 0x50 ! 13:06:53.946 -> I2C device found at address 0x51 ! 13:06:53.991 -> done . i have changed the pul...
by madhavan
Mon May 24, 2021 1:46 am
Forum: General discussion
Topic: Multiple i2c port drive & Multiple SPI port drive
Replies: 12
Views: 6570

Re: Multiple i2c port drive & Multiple SPI port drive

hi,
i have tried with scanning and it's detected address as 0x50 & 0x51 .

Do you think I2C_FAST_MODE will be suitable to read the chip address quickly . there is possibility for data read & write in slow mode or something like that .

TwoWire WIRE2 (2,I2C_FAST_MODE);
#define Wire WIRE2
by madhavan
Sat May 22, 2021 8:30 am
Forum: General discussion
Topic: Multiple i2c port drive & Multiple SPI port drive
Replies: 12
Views: 6570

Re: Multiple i2c port drive & Multiple SPI port drive

i need to store the adc value into eeprom by mapping as 8 bit data and need read same value but reading showing as 0 nothing is stored . #include "Wire.h" TwoWire WIRE2 (2,I2C_FAST_MODE); #define Wire WIRE2 // EEPROM I2C Address #define EEPROM_I2C_ADDRESS 0x51 // Analog pin for potentiomet...
by madhavan
Fri May 21, 2021 8:02 am
Forum: General discussion
Topic: Multiple i2c port drive & Multiple SPI port drive
Replies: 12
Views: 6570

Multiple i2c port drive & Multiple SPI port drive

hi , board : blue pill stm32f103c8t8 Arduino Preference :http://dan.drown.org/stm32duino/package_STM32duino_index.json Aim1(Project 1) : Have to connect to 2 i2c port ..... one is for I2c LCD Display (16x2) ..... second is for external eeprom ( 24lseries). Currently i have connected First i2c port f...

Go to advanced search