1.4k 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

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...