Search found 8 matches

by DrBernd
31 Mar 2021 14:42
Forum: ARM AI Compilers
Topic: SDK2 single PWM ? STM32F4 Fusion v8
Replies: 3
Views: 2077

Re: SDK2 single PWM ? STM32F4 Fusion v8

Hello Filip,
thank you for support.
I send a very simple example which shows, that only one PWM runs.
Regards,
by DrBernd
29 Mar 2021 15:00
Forum: ARM AI Compilers
Topic: SDK2 single PWM ? STM32F4 Fusion v8
Replies: 3
Views: 2077

Re: SDK2 single PWM ? STM32F4 Fusion v8

I configured two PWMs: // PWM Buzzer Konfiguration MIKROBUS 3 pwm_configure_default( &bzpwm_cfg ); bzpwm_cfg.pin = MIKROBUS_3_PWM; bzpwm_cfg.freq_hz = 1000; duty_ratio = 0.1; pwm_open ( &bzpwm, &bzpwm_cfg ); pwm_set_freq( &bzpwm, bzpwm_cfg.freq_hz ); pwm_set_duty( &bzpwm, duty_ratio ); pwm_start ( &...
by DrBernd
25 Mar 2021 15:29
Forum: ARM AI Compilers
Topic: SDK2 single PWM ? STM32F4 Fusion v8
Replies: 3
Views: 2077

SDK2 single PWM ? STM32F4 Fusion v8

Hello community,
am I wrong or does SDK 2 support one PWM only ?
Greetings
by DrBernd
25 Feb 2021 08:26
Forum: Visual TFT General
Topic: Open bracket bug in VTFT? Event handlers, microC PRO PIC32
Replies: 3
Views: 1644

Re: Open bracket bug in VTFT? Event handlers, microC PRO PIC32

Hi all,
same error for me in _events_code.c.

My solution:
//--------------------- User code ---------------------//
#include "A_user_code.c"
//----------------- End of User code ------------------//

Regards
by DrBernd
18 Feb 2021 17:13
Forum: Visual TFT General
Topic: Fus_for_STM32_Bd_5_Cap Bug after screenmod
Replies: 2
Views: 1218

Re: Fus_for_STM32_Bd_5_Cap Bug after screenmod

Hello Filip,
yes, it does. After every change i replace the lines.
Regards,
Bernd
by DrBernd
12 Feb 2021 15:03
Forum: Visual TFT General
Topic: VTFT Bugs TFT5 fusion v8 STM32F4
Replies: 1
Views: 1166

VTFT Bugs TFT5 fusion v8 STM32F4

Hi all, after changing the following lines i can finally work. Problem was that, after modifying a screen, input was mirrored. void UpdatePBPosition(TProgressBar *AProgressBar) { TProgressBarSector sector_action; unsigned long locPosition = 0; unsigned long _temp, _tempII; <== was int! bad for huge ...
by DrBernd
12 Feb 2021 09:13
Forum: Visual TFT General
Topic: Fus_for_STM32_Bd_5_Cap Bug after screenmod
Replies: 2
Views: 1218

Fus_for_STM32_Bd_5_Cap Bug after screenmod

Hello, SW: mikroC PRO for ARM 6.2, VTFT, Fusion_for_STM32_Board_5_Capacitive, Dev: Standardscheme HW: Fusion v8 STM32, MCU STM32F407ZG Problem: Create a simple screen with Boxes, buttons, labels and one progressbar, eventcode: update_progressbar => works fine Modify the screen: enlarge the progressb...
by DrBernd
09 Feb 2021 16:18
Forum: mikroC PRO for ARM General
Topic: Fusion v8 VTFT mikrobus scheme STM32F407ZG
Replies: 1
Views: 749

Fusion v8 VTFT mikrobus scheme STM32F407ZG

Hi all, HW: fusion for stm32 v8, TFT 5 cap., MCU STM32F407ZG, RTC-Click uso. SW: MikroC PRO for ARM 6.2 incl. VTFT, mikroSDK uso. Problem: Div. projects without VTFT are working, simple project using weather- and rtc-click does not! VTFT scheme ist "Fusion_for_STM32_Board_5_Capacitive", all avail. d...

Go to advanced search