define(`TITLE', `Three Phase Inverter, Second Service')
define(`DATE', `2016-12-19')
define(`CONTENT', `
I wrote in October about my first try to build a simple three phase inverter, see here https://a385e5.wordpress.com/2016/10/14/three-phase-inverter/. In the first try I used four MSP430 microcontroller, one for the PWM of each phase and one to coordinate the phase shift of the three phases.
In this experiment I put everything on one STM32 microcontroller. Here I used the DMA feature to feed data into the PWM counter and I calculated the sine values at start-up time on the microcontroller. Additionally I put in the driver for a CAN interface, however, it is not yet supported in the firmware.
From top to bottom you see the CAN driver, the STM32 board, opto coupler to separate logic and power part and then from right to left in the bottom half the low-side/high-side MOSFET drivers and the MOSFETs.
The power supply consists of a traditional transformer and (top right) the rectifier and condensers for the power part, together with the 12V regulator for the drivers and (top left) the regulators for 3.3V and 5V for the logic part.
The motor is the same as in the earlier experiment - I don't have too much of them. And everything is put onto one board:
(Some space reserved for a HMI unit to be connected via CAN ...)
')