Skip to main content
Lars Beiderbecke
Senior III
June 12, 2025
Solved

ST67W611M1 Datasheet: Pin values?

  • June 12, 2025
  • 2 replies
  • 685 views

When looking at the datasheet for the ST67W611M1, it seems that pins CHIP_EN, SPI_CS, and SPI_RDY are all High active.  Is this really correct, or are some signals simply missing the bar on top?

Also, the description for pin BOOT doesn't indicate which value is for SPI and which one is for UART.  Could you please clarify?

Finally, are RESERVED pins simply NC, or should I do something else with them?

(The forum labels apparently haven't been updated yet to include "Wifi".)

Thanks,
Lars

Best answer by TarikAb

Hi Lars,

CHIP_EN, SPI_CS and SPI_RDY are indeed all active high. More can be found here

You can also find more details regarding the BOOT signal and options on this page.

Please do let us know if some items are still unclear.
.

2 replies

Andrew Neil
Super User
June 12, 2025

@Lars Beiderbecke wrote:

When looking at the datasheet for the ST67W611M1


This: https://www.st.com/resource/en/datasheet/st67w611m1.pdf ?

That is, indeed, very light on details.

Normally, we would expect there to be a Reference Manual (RM) giving operational details - but no sign of that on the Product Page

https://www.st.com/en/wireless-connectivity/st67w611m1.html#documentation

 

I guess they're just expecting that people will use the X-CUBE-ST67W61 software pack - not try to write software from scratch?

@TarikAb 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
TarikAbBest answer
Technical Moderator
June 16, 2025

Hi Lars,

CHIP_EN, SPI_CS and SPI_RDY are indeed all active high. More can be found here

You can also find more details regarding the BOOT signal and options on this page.

Please do let us know if some items are still unclear.
.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Andrew Neil
Super User
June 16, 2025

An active-high SPI chip select??!

Surely, CS is active-low by definition* in SPI ?

AndrewNeil_0-1750072257051.png

 

via: https://en.wikipedia.org/wiki/Serial_Peripheral_Interface#Operation

That must be incompatible with just about every other SPI definition in the world ?!

 


* Insofar as "SPI" has any formal definition.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.