How do I read a voltage using the A/D converter in the most basic way?
Posted on June 21, 2016 at 15:20 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 21, 2016 at 15:20 The original post was too long to process during our migration. Please click on the attachment to read the original post.
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 ...
Posted on June 21, 2016 at 02:07The original post was too long to process during our migration. Please click on the attachment to read the original post.
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...
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...
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...
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...
Posted on June 20, 2016 at 23:16Hi I'm struggeling with this problem. I have very simple (two threads) system, that wait for characters from usart. Everything work ok untill I turn on debug session. Then after a while it breaks it with known communi...
Posted on June 20, 2016 at 20:15Hi allI want to test board stm32f4 discovery with jtag by fpga (spartan3).this work is possible?
Posted on June 19, 2016 at 13:12 Hi,i m using keil compiler and nucleo103rb board. But suddenly nucleo board stopped working. and got error like ST-Link connection error.I have attached screen shot. #nucleo #stm32 #uart