Interface and connectivity ICs

Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HOW TO Calculate TIM5 AND TIM6 PERIOD

/////////////////////////////////////////////TIMER 5 /////////////////////////////////////void MX_TIM5_Init(void){TIM_ClockConfigTypeDef sClockSourceConfig = {0};TIM_MasterConfigTypeDef sMasterConfig = {0};htim5.Instance = TIM5;htim5.Init.Prescaler =...

SITARAM by Associate III
  • 721 Views
  • 2 replies
  • 1 kudos

HAL i2c 0x78 problem

iam using nucleo f446re for reading from and writing to i2c eeprom on arduino i used to extrat the 7bit address from the 10 bit using this core for that void writeLexChip(uint16_t TenBits_slave_address, uint8_t firstRegisterByte, uint8_t secondRegist...

adelsaeed by Associate II
  • 1544 Views
  • 5 replies
  • 0 kudos