Others: hardware and software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Netx and W5100S

Hi everybody!Can someone tell me if there is a way to pair Netx from ThreadX with W5100S IC?I'm aware of NX_ENABLE_TCPIP_OFFLOAD mode, but still have problems with understanding.Write now I'm looking on nx_driver_stm32l4.c example, but it is made for...

Zed by Associate III
  • 163 Views
  • 2 replies
  • 0 kudos

Request for IMDS Submission

Hello ST team,   Please support for below parts IMDS. Company name: Kaynes Technology India Limited Kaynes IMDS ID: 142951   Item codeMAKEMPNF010101045 AST MICROELECTRONICSSTTH3010GY-TRF010283630 AST MICROELECTRONICSSTTH1002CBY-TRF030069055 BST MICRO...

Shifting left – a general C question

Hi,I have a piece of CRC calculating code that I nicked from somewhere a couple of decades ago. I've been wondering about a few lines: *CRCVal ^= (*CRCVal << 8) << 4; *CRCVal ^= ((*CRCVal & 0xFF) << 4) << 1;(CRCVal is a pointer to a uint16_t varia...

EThom.3 by Senior
  • 352 Views
  • 12 replies
  • 6 kudos

Resolved! M24M01E-FMN6TP not able detect the I2c address

Hi,  I have made a customized board using STM32 and M24M01E-FMN6TP, but not able to communicate, kindly find the schematic attached. I have written a code for I2c scanner just to test the circuit and it is giving me no i2c device is connected.I have ...

Faizan75 by Associate II
  • 312 Views
  • 5 replies
  • 1 kudos