Hi

I've configured a NUCLEO-F746ZG board with different devices:

 * PWM (TIM3 3xOutput)
 * QE
 * ADC
 * GPIO

CONFIG_PWM=y
CONFIG_STM32F7_PWM_MULTICHAN=y
CONFIG_STM32F7_TIM3_PWM=y

CONFIG_STM32F7_TIM1=y
CONFIG_STM32F7_TIM1_QE=y
CONFIG_STM32F7_TIM2=y
CONFIG_STM32F7_TIM2_ADC=y
CONFIG_STM32F7_TIM3=y
CONFIG_STM32F7_TIM3_CH1OUT=y
CONFIG_STM32F7_TIM3_CH2OUT=y
CONFIG_STM32F7_TIM3_CHANNEL1=y
CONFIG_STM32F7_TIM3_CHANNEL2=y
CONFIG_STM32F7_TIM3_PWM=y

but I have problems when I have PWM and UDP working together in a pysimCoder block diagram.

Starting the application, the socket to the UDP is opened , but I don't receive signals to the UDP server.

In addition, I can't open the RCP channel to the SIlicon Heaven application correctly.

The problem disappears when I remove the PWM block in my diagram...

I've increased all the stacks, but without success.

Any Idea?

Roberto

Reply via email to