2016-09-08 07:32 PM
Dear All,
Could you kindly help me to find some example code for 7 segment or alarm control ?Thanks in advance.2016-09-09 07:32 AM
Hi hasan.md_mubdiul,
The foollowing examples in may helps you : * ''ADC_Temperature sensor'' which is available at this path (Low level example): STM32Cube_FW_F0_V1.6.0\Projects\STM32F072RB-Nucleo\Examples_LL\ADC\ADC_TemperatureSensor *''RTC_alarm'' : at this path (project available for many hardware projects :( STM32Cube_FW_F0_V1.6.0\Projects\STM32F072B-Discovery\Examples\RTC\RTC_Alarm For more information about STM32CubeF0 firmware chech this application note -Hannibal-2016-09-11 06:17 PM
Dear Sir,
Thank you for your kind response and the directed program library.
In fact, I am developing a rice chips maker which has a control board with main MCU STM32F070RF-T6.
Whole circuit works in following steps.
1. Step-1, a) LED, 7-segment will reset.
b) System entering the stand by status.
2.Step-2, a) Set Temparature push button,
b) Set operating time button.
c)Set Temprature reading bbutton.
3. Step-3,a) 7-segment value for Temprature value.
b) After reaching a fixed temparature, warm up alarm LED and
Buzzer will sound for 10 seconds.
c)Alarm can be off by pushing alarm button.
4. Step-4, a)During burn action, the 7-segment will show the remaining time to burn.(Decending order)
b) After it finished, the burn alarm LED beeps for 10 sec.
c) Alarm can be OFF by alarm button.
d)This action can be cancelled by push button.
5. Step-5, a) Up and down arrow button can be change the heating temparature value.
I have generated some code by STM32cubeMX.
Kindly, give me your best suggestion or send me same type code to understand and apply.
2016-09-26 12:50 AM
http://embedded-lab.com/blog/stm32s-internal-rtc/
Let me know soon.