cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H5E4/E5/F4/F5 with PLAY: boards availability?

waclawek.jan
Super User

A new STM32 sub-family (as part of the 'H5 family) came out. They have everything but the kitchen sink. As far as I can tell, 'H5E4 and 'H5E5 differ only in that the higher one has USB-HS with PHY (the 'H5Fx are crypto-enabled variants, as usually)

What's new is also the PLAY peripheral, which is a small programmable logic element, fully documented and configurable through registers. It's based around 16 simple logic elements (4-input LUT and an optional register), complete with an extensive input multiplexer matrix+filter, interconnected to a variety of peripherals (timers, DMA, ADC...) and also GPIO.

I wonder, if there's a Disco around...

JW

 

1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

Hello,


@waclawek.jan wrote:

I wonder, if there's a Disco around...

JW


There will be one Discovery board and one NUCLEO board ;).. Stay tuned.

You can use the latest version of CubeMx and use the board selector:

screenshot.png

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.

View solution in original post

19 REPLIES 19
Andrew Neil
Super User

I don't see the PLAY mentioned on the STM32H5E4/5F4 or STM32H5E5/5F5 pages ?

 

PS

But I do see it in DS14972 (STM32H5Fxxx) and RM0517 (STM32H5E4/5F4 and STM32H5E5/5F5), both at Rev 1.

Haven't checked any others yet ...

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.
LCE
Principal II

Thanks for the info, very interesting.

Just checking the RM.

Could be a few more gates and FFs for me to replace a Spartan 6 ... :D

But going into the right direction for my taste!

mƎALLEm
ST Employee

Hello,


@waclawek.jan wrote:

I wonder, if there's a Disco around...

JW


There will be one Discovery board and one NUCLEO board ;).. Stay tuned.

You can use the latest version of CubeMx and use the board selector:

screenshot.png

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 wrote:

I don't see the PLAY mentioned on the STM32H5E4/5F4 or STM32H5E5/5F5 pages ?

 

 Will be escalated.

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.

@mƎALLEm wrote:

There will be a Discovery and a NUCLEO boards ;).. Stay tuned.


And an App Note ... ?

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.

@Andrew Neil wrote:

@mƎALLEm wrote:

There will be a Discovery and a NUCLEO boards ;).. Stay tuned.


And an App Note ... ?


Of course like usual for any new STM32 series.. and a dedicated application note will be also available for PLAY.

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.

Is there a simulator for this? I'd love to play with it without hardware.
I'd love to try to generate custom waveforms, hardware acceleration for certain operators, custom communication peripherals, etc.

Kudo posts if you have the same problem and kudo replies if the solution works.
Click "Accept as Solution" if a reply solved your problem. If no solution was posted please answer with your own.

It seems fairly simple - not sure it would warrant a simulator ... ?

Image3.png

https://www.st.com/resource/en/reference_manual/rm0517-stm32h5e45f4-and-stm32h5e55f5-armbased-32bit-mcus-stmicroelectronics.pdf#page=987

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.

@unsigned_char_array wrote:

Is there a simulator for this? I'd love to play with it without hardware.
I'd love to try to generate custom waveforms, hardware acceleration for certain operators, custom communication peripherals, etc.


That's not a true FPGA, CPLD or similar device. It's just a lookup table that you could construct some logic block with.

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.