Dead time insertion
Hello,In my application I need insert dead time only for upper transistor in bridge. Does anybody know how to insert dead time without using CubeMX because?Can you provide me an example of code and literature?Thanks a lot,
Hello,In my application I need insert dead time only for upper transistor in bridge. Does anybody know how to insert dead time without using CubeMX because?Can you provide me an example of code and literature?Thanks a lot,
Running application on board, STM32L443RCT6 at stop mode 1 with RTC wakeup at 1s is about 2.3mAAt this board, removing VDD regulator MCP1703 is about 25uA, once i run ( even the low power examples of Cube ) minimun consumption i got is about 2.3mA, ...
Posted on January 18, 2018 at 15:09Hello,in a recent design I am experiencing some trouble on the L496RGT6 MCU when using UART1 in connection with an FT232RL. I am using HAL drivers.The following problem occurs: Transmitting data in blocking an non-...
I want to benchmark some code on a variety of STM32 devices before choosing the target device so would like to do this in a software simulation first. Are there any free or one-month trial simulators available that know all (most?) of the STM32 ran...
Hi!I am about to code my CLK enable tree, without CUBEMX. - I just took CUBEMX as referene.CUBEMX generates me a line called __HAL_RCC_SYSCFG_CLK_ENABLE(). Unfortunately i could not find any clock called SYSCFG in the clock tree (CubeMX nor DM31020)....
Hello,I visualize in a terminal Tera Term what comes out of the UART1 or UART3 or UART6 of a STM32F407VGTx via a Silabs CP2102N-based UART to USB module.Port and Terminal configurations matchThe connection is via the COM15 port. The TX / RX inputs / ...
Dear MemberI tried to get date from GPRMC, but not getting any response:code :sscanf(str,"$GPRMC,%s,%2hhd%2hhd%2hhd,%c,%f,%c,%f,%c,%f,%c,%f,%f,%2hhd%2hhd%2hhd,%f,%c,%c,*%2s\r\n",&GPS.GPRMC.xxRMC,&GPS.GPRMC.UTC_Hour,&GPS.GPRMC.UTC_Min,&GPS.GPRMC.UTC_S...
Hello,how can I reset a DFSDM filter, when I want to start filtering a different channel?best regards,
Hi there,I want the calendar/clock to retain its value after a watchdog or other non-power-on reset.Here is my code, near the beginning of main.c: // and same for the real time clock, but don't intialise it unless it's a power-on reset if (LL_RCC_Is...
HI,I'm trying to create a Flash loader for ST-Link Utility or Cube-Programmer for STM32H750.I have successfully made the STM32F7 flash loaders, while with the STM32H7 I have the following problem:17:36:19 : Connected via SWD.17:36:19 : SWD Frequency ...