Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to read values from 24c16 EEPROM IC

Hi, I am new to stm32 I am not getting how to read the values what I write to the 24c16 EEPROM IC .Plz help me how to read the values by generating the read function in stm32 f103.void write_eeprom_reg(uint16_t reg_addr, uint8_t value){ //uint8_t d[...

MS.11 by Associate III
  • 648 Views
  • 2 replies
  • 0 kudos

I want to generate 16 MHZ clock signal from Nucleo-F746ZG development board. I have used FastPWM library to generate 16 MHZ clock on PA_8 pin. But not able to see square wave on CRO. Can someone please help

#include "mbed.h" #include "FastPWM.h" FastPWM fastpwm(PA_8,1); int main() { fastpwm.period(5.25e-8 ); fastpwm.write(0.5); }This is my simple code to generate PWM in MHZ using FastPWM. When i check on CRO its showing frequency about 16 to 19 MHZ b...

Cjosh.1 by Associate II
  • 1074 Views
  • 4 replies
  • 0 kudos

EEPROM Address

hey thereI am using an EEPROM which is AT24C08. here is my code //write ee24_write((16*(3)),(unsigned char *)("+989163306941"),13,500); ee24_write((16*(4)),(unsigned char *)("aaa"),strlen("aaa"),100); ee24_write((16*(7)),(unsigned char *)("+989163...

Ala by Senior
  • 703 Views
  • 3 replies
  • 0 kudos