STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SOLVED: How to create a new font?

Posted on April 12, 2016 at 17:00In regards to the various 469I-Discovery LCD examples, it seems the font files were created from Courier New. I assume there is a tool or easy method for creating new fonts. How do you create new (larger) fonts?

STM32F105RBT6 -> No interrupt from CAN2

Posted on June 21, 2016 at 14:01Hi, I have a problem. I can transmit data with Can2 but input data isnt generate any interrupt. I use a HAL libraries.  I can see a correct input data in CAN_RDL0R and CAN_RDH0R register. CAN1 work properly. CAN1 and ...

hittive by Associate
  • 324 Views
  • 1 replies
  • 0 kudos

Timer interrupt works immediately

Posted on June 21, 2016 at 10:52Hello.I have configured the timer 6 to interrupt every 3s, but immediately after initialize the timer the interrupt occurs.Why?1 - HAL_TIM_Base_Init (&htim6);2 - HAL_TIM_Base_Start_IT(&htim6);3 - ''immediately'' (almo...

STM32F4 and CS43L22

Posted on June 21, 2016 at 09:39Hi,Can anybody help me with interfacing STM32F4 and CS43L22?I want to take an input and do A to D conversion on it. Then perform some signal processing and give that digital output to the codec and do DAC give that ou...

aditya by Associate II
  • 481 Views
  • 1 replies
  • 0 kudos

anybody tried slcan with stm32

Posted on June 21, 2016 at 08:45HiI m trying to implement slcan with stm32. But i m not able to read data in terminal. i m able to link serial with slcan but i m not able to read data.If anyone tried then plz let me know. #code #example #stm32 #c...

SS.Sagar by Associate III
  • 357 Views
  • 0 replies
  • 0 kudos

SVPWM and sinf() slow calculation.

Posted on June 19, 2016 at 16:46Hello to everyone, i am building an old project with STM32F107 now.I am trying to calculate the SVPWM values on the fly but seems like compiler's code is so long.I am running on 72MHz.The fuction below needs around 60...

SProg by Associate III
  • 1582 Views
  • 10 replies
  • 0 kudos