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
  • 764 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
  • 1710 Views
  • 5 replies
  • 0 kudos

STEVAL-FKI433V2 not working

Hi, I have an STEVAL-FKI433V2  board which I am trying to work on using S2-LP DK on windows.When I connect the board and try to open the com port, it requests to update the firmware on the L0.Did that, and still it does not work. It always requests t...