1.8k views
in System Integration by

Hello,

I want to access all my GPIOs  for reading values from different kind of sensors with my STM32F7, but I checked all toturials that you have the only accessible GPIOs are on board LEDs. Is it any way use embedded wizard  output inside Keil? Or any other way to access to all GPIOs?

Thanks and Best Regards,

Joe

1 Answer

0 votes
by

Dear Joe,

Embedded Wizard Studio is used to create a user interface application in a platform independent way. The idea of Platform Packages makes it possible to run every UI application on a certain target hardware.

The interaction with your hardware components (e.g. the communication via SPI, CAN, I2C, UART,..., and GPIOs) is part of the underlying software stack (drivers, middleware, BSP, ...) which is not part of Embedded Wizard.

All the necessary aspects to interact with your hardware are described in the article Device Class and Device Driver.

However, all the details concerning your dedicated hardware (e.g. GPIOs, SPI, CAN, ...) can be found within the documentation of your microcontroller / development board / board support package.

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...