Flowcode ARM for NUCLEO-F746ZG
Posted: Thu Mar 30, 2017 9:04 am
It seems that last version of Flowcode 7 supports NUCLEO-F746ZG very nicely.
The STM32F746ZGT6 chip in LQFP144 has lots of power:
8 UARTs and 14 timers and 24 channel AD and 320k SRAM at 216 MHz
I would need 1 UART over USB to PC
and two timers,
A crankshaft gives a reset pulse for each revolution
One timer shall count time after reset with 10 us resolution
An other timer shall count Incremental Encoder Pulses to give crankshaft angle
Additionaly 8 A/D are needed that measure one revolution at high speed
and transfers all the measurement data over UART during the next several revolutions
I would be very grateful to have a hint how to approach is,
or to know if it is possible at all within the present flowcode7 capacity.
Are there any examples how to configure tÃmers and uart
or can the STM32CUBE be used ?
If nothing of this is possible, maybe the processor is fast enough to make all these things in software.
The crankshaft angle for example , could be done with FlowCode Quadrature component.
I just don't have the overview yet to choose the best path
Best regards
BO
The STM32F746ZGT6 chip in LQFP144 has lots of power:
8 UARTs and 14 timers and 24 channel AD and 320k SRAM at 216 MHz
I would need 1 UART over USB to PC
and two timers,
A crankshaft gives a reset pulse for each revolution
One timer shall count time after reset with 10 us resolution
An other timer shall count Incremental Encoder Pulses to give crankshaft angle
Additionaly 8 A/D are needed that measure one revolution at high speed
and transfers all the measurement data over UART during the next several revolutions
I would be very grateful to have a hint how to approach is,
or to know if it is possible at all within the present flowcode7 capacity.
Are there any examples how to configure tÃmers and uart
or can the STM32CUBE be used ?
If nothing of this is possible, maybe the processor is fast enough to make all these things in software.
The crankshaft angle for example , could be done with FlowCode Quadrature component.
I just don't have the overview yet to choose the best path
Best regards
BO