User Activity

Hello, Our application needs longer distance RS485 communication, So, From 3.3V and 5V RS485 IC (available in ST), which to choose for larger distance coverage?Thank You
uint32_t write_to_flash(uint8_t * buf, uint16_t length){ if((length)>2047) return 0xFFFFFFFF; uint32_t base_addr=0; base_addr=getHexAddressPage(DATA_PAGE);   uint32_t PAGEError;   /* Unlock the Flash to enable the flash control register access ...
Hello,Please suggest us, external antennas for STM32WLE5CC for IN865, for longer range coverage.Thank You
Hello,We are going to use LIS2DE12TR accelerometer, in our ultra low power device, to wake on motion. Here is schematic for LIS2DE12TR, Our requirement :1) ultra low power consumption2) Wake MCU on Motion by INT_1 Pin Below are queries regarding sche...