I have some device consist of lots hardware and software. To clarify device behavior our team decided to create a bunch of UML diagrams.
Main diagram should describes logical connection between blocks with interfaces types/parameters. But I can't find how make diagram hierarchicaly, nested. For example: on the top level I want to show data transfer from host app to DDR, from DDR to some configure block, and from this block to data processing block. Then I want to draw a chain of mathematical blocks in processing block, and put ports from top-level shematic as external ports.
That's not a "traditional" UML usage as I can see. Also I was trying to use SysML, it provides me external ports, but Internal Block Diagrams is not what I looking for. So the question is is it posible to create such diagram that i describe? Or UML/SysML diagrams is one-level diagrams?
It is not totally clear what you want to present, but you seem to look for one-diagram-fits-them-all. This is not the UML philosophy, in which you use different diagrams to show different aspects of the system to model. I‘ll nevertheless try to provide some ideas:
The challenge is then to relate these diagrams, and show how the big picture is broken down into more manageable smaller ones.
Finally, if you want to show how the software runs on the hardware platform and how hardware/software parts communicate each other, you could consider deployment diagrams. But you may as well prefer to chose the lighter C4 model. This allows to present up to the higher-level structure down to the component interactions with a flexible lighter diagramming, which is less precise than UML but can better cope with uncertainty. The C4 components are then detailed using precise and more formal UML models.