UART Hardware Flow RTS/CTS
when data send RTS is low levelCan i change hal library to RTS high level to send data via uart?
when data send RTS is low levelCan i change hal library to RTS high level to send data via uart?
I often write here that I don't use Cube/CubeMX. This sometimes rises questions, e.g. one forum member asked me off-forum:> What would be the best way to program STM32 MCUs ?> Don't you use the cubemx generated code ?> Have you some sort of good guid...
I'm writing in-field update code for the STM32H753, and according to the reference manual (RM0433, Section 3.3.13) the FLASH memory bank swap takes effect only after a reset. But I wrote a test program that seems to indicate the bank swap actually h...
Dear Members or ST Employee,I tried to check the connection on LGA-12 package,Is it possible that I put extra pad larger horizontally so it's easier to check?Currently I used the same size as in datasheetThanks
RM0038 Reference manualSTM32L100xx, STM32L151xx, STM32L152xx and STM32L162xx advanced ARM®-based 32-bit MCUsFigure 8. Power supply overview(LQFTP100)has the following note:VDDA and VSSA must be connected to VDD and VSS, respectively.If I am using sep...
Dear All,I develop my project on the:Nculeo-L432mbed-os-5.13 and v5.12I try do to use the polling and DMA to read the multiple analog input, from PA_0 and PA_1.The DMA and Polling got the same result as below:The PA_0 value is valid 0v - 3.3v (0 - FF...
hi im using STM32F746BGT6 for long time in quantity and everything was ok . but now days i get stock with 4 of them . when i was trying to program them with jlink , i got a massage about read protect but i was careless in each 4 time and select ...
I am trying to give 800x600@56hz vga output with my stm32f103c8t6. For some reason I can't get it to work. Both of the monitors I tried are saying "Input is not supported" or sth along thoose lines.I know that they can work with 800x600@56hz. I have ...
I am using a STM32F746zg uc connected to a W25Q80 Flash memory. In my initialization I erase a page then memory map the flash and then I read a pointer to that address. I expect to read 0xFF as the flash has just been erased, however I read 0x88. I'm...