STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to pass Salve address in HAL_I2C_Master_Transmit ? " The device 7 bits address value in datasheet must be shifted to the left before calling the interface"

Hello,I am configuring KSZ8863 3 port switch over I2C. And the slave address Read/Write address is oxBF/0xBE respectively. In the HAL reference manual it says the address should be shifted left before calling the interface. It's confusing, if I am sh...

SSala.3 by Associate III
  • 914 Views
  • 2 replies
  • 0 kudos

AT+CEREG response is "+CEREG: 0,4", where 4 means "Unknown", even when connected to the Network. The modem is LBAD0ZZ1SE in stm32l462re board

I am currently working with TYPE1SE Modem (LBAD0ZZ1SE) in the stm32l462re board. I am having an issue where the modem response to the command AT+CEREG? is "+CEREG: 0,4", where 4 means "Unknown (for example, out of Evolved Terrestrial Radio Access Net...

SPere.2 by Associate III
  • 1402 Views
  • 1 replies
  • 0 kudos

I am used ethernet but facing issue

Hello there,I've recently switched on STM32 series of microcontrollers, to do so I've purchased STM32 Nucleo-H743ZI2 development board.My end application is based on Ethernet, so I am trying to get data from Ethernet but miserably failed. I’ve tried ...