STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STMl032cz discovery board UART programming

Posted on January 19, 2018 at 07:46i am using STMl032cz discovery controller, and IAR to write the code. I have written simple code for UART using polling method, but not able to transmit the data and see it on tera term. I am new with this can chec...

STM32F072 Discovery: USB Custom HID slowness

Posted on November 05, 2016 at 18:27Hello everyone,I am trying to get off the ground with the STM32F072 in USB Custom HID mode.For starters, I followed this simple tutorial: https://www.youtube.com/watch?v=xufZyQf4O7YIt goes through the following ba...

STM32 Delay timer issues

Posted on January 19, 2018 at 11:23Hi all,I am trying to implement a milli and microsecond delay, most importantly a micro delay as milli is obviously provided by the HAL libraries. My knowledge of timers is quite limited so I might be missing some ...

0690X00000609MVQAY.png

Comparator in STM32F373?

Posted on January 19, 2018 at 10:34Hello i have any question about Comp in STM32F31. What is the propagation delay for low overdrive, for example 5mV? In DS is only for 100mV. For High speed mode.2. What is the output current for Low and high level ...

asrock70 by Associate II
  • 404 Views
  • 0 replies
  • 0 kudos

How to do FIR with STM32F429?

Posted on January 19, 2018 at 09:30Dear allI'm trying to make a Low Pass Filter from ADC signal within STM32F429.I came across some relative document as the belowhttp://www.st.com/content/ccc/resource/technical/document/application_note/group0/c1/ee...

0690X00000609QbQAI.png

STM32F769 Flash Memory Allocation for user data

Posted on January 19, 2018 at 03:33Hi,Flash memory address is from ADDR_FLASH_SECTOR_0 to ADDR_FLASH_SECTOR_23.Which sectors are for program code?How to choose flash sector to store user data?Please advise me.Thanks.Regards,Thiha Kyaw#stm32f769 #fla...

SPSGRFC-433 Module mbed initial setting example

Posted on January 19, 2018 at 08:07I am looking for an example..The example of X_NUCLEO_IDS01A4 is modified and repeatedly (send) succeeds, but it does not work to send after receiving from receiving side..I wonder if you have any examples.The sendi...

windows serial tool to send hex data

Posted on January 18, 2018 at 05:58i have used hyperterminal in windows,but i want to send a block of hex data (for eg:('hi'->0x68,0x69).i tried tera term.but i am able to send one byte a time not a string at one time.i am not sure if i missed somet...