/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Understanding the system

Username:     
Password:     
             

Forum

# 1   2012-02-22 12:01:16 Understanding the system

seb
New member
Registered: 2012-02-22
Posts: 6

Understanding the system

I have an OP4 with STM8 target board (not developping yet), and installed the development tools, now trying to find all the needed info to get started.

Question: There is a built-in STM32 on the primer to manage the system. Is that STM32 wired to all the primer HW resources? (joystick, SDCard, LCD, IrDa...)

How the STM8 access the resources without conflict?
Can the STM8 talk to the STM32 to perform some of the code size hungry tasks (SD Card, Emulate LCD as character (non dot matrix) display without the need to define the font?)
What type of HW link between the two? Only SWIM?

Can uSD, irda or even RS232 via USB be implemented on STM8 through the help of STM32?

It's quite hard to find out how the system works... at hardware level.

Also planning to design a custom MCU Target board.

Thanks for help me getting started.

Offline

 

# 2   2012-08-30 06:34:14 Understanding the system

gussenhovenS
Administrator
Registered: 2007-07-09
Posts: 68

Re: Understanding the system

To understand your Open4 tool's capabilities and organization, there is user documentation in the "Resources" section of this site. The documentation has two principle documents the Open4 base user manual (information specific to the Open4 and EvoPrimer bases) and the STM8L user manual (information specific to the target board and the target MCU).

>Question: There is a built-in STM32 on the primer to manage the system. Is that STM32 >wired to all the primer HW resources? (joystick, SDCard, LCD, IrDa...)
>How the STM8 access the resources without conflict?

The STM32 on the base is only the debug/programming interface (RLink) for the target STM8... it is not connected directly to the features of the base. The target MCU drives the features on the base.

>Can the STM8 talk to the STM32 to perform some of the code size hungry tasks (SD Card, >Emulate LCD as character (non dot matrix) display without the need to define the font?)

The STM8 (target MCU) and the STM32 (RLink debug interface) do not work together to use or manage the features on the base.

>What type of HW link between the two? Only SWIM?

The base and target board are wired to provide SWIM interface connection to STM8 targets and SWD interface connection to STM32 targets.

>Can uSD, irda or even RS232 via USB be implemented on STM8 through the help of STM32?

No, as described above, the STM32 on the base only serves for debug and programming connection to the target STM8 (or STM32). That is to say the MCU mounted on a compatible target board.

>It's quite hard to find out how the system works... at hardware level.

All board electrical schematics and two user manuals (Base and Target Board) are provided in the resources section of this site.

Don't hesistate to pose questions via the forum.

Offline

 

# 3   2013-04-30 07:53:57 Understanding the system

usman
New member
Registered: 2013-04-30
Posts: 1

Re: Understanding the system

Give me a Detail introduction of STM8

Offline

 

# 4   2013-05-13 09:29:52 Understanding the system

yrt
Administrator
From: Grenoble-France
Registered: 2008-06-11
Posts: 520
Website

Re: Understanding the system

Offline

 

Board footer