Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
CodingStyleSTM32
Browse files
Mar 08, 2022
Erase command is added to erase the sampling storage area using UART. Flash...
· 7d48db3d
sap
authored
Mar 08, 2022
7d48db3d
Sampling code is moved from the main.c (i.e. fake sampling) to the ADS1298.c...
· e5977900
sap
authored
Mar 08, 2022
e5977900
Stable version. Test = OK. Interrupt ISR move to a new module. SPI prescaler...
· a40342a6
sap
authored
Mar 08, 2022
a40342a6
Interrupt routine is seperated to keep modularity (keep the code clean).
· c8ef42b1
sap
authored
Mar 08, 2022
c8ef42b1
Mar 07, 2022
Static global variables renamed as other variables in the code.
· eef962af
sap
authored
Mar 07, 2022
eef962af
Debounce time is change. Resolve a bug >>response NACK for SEND_SAMP during...
· 2581117b
sap
authored
Mar 07, 2022
2581117b
Read status is chenge upon sending data to PC.
· f308b7b7
sap
authored
Mar 07, 2022
f308b7b7
Mar 06, 2022
In-code comments are added.
· 172bfca7
sap
authored
Mar 06, 2022
172bfca7
Retrive data mechanism (reading from Flash) is debugged and tested using UART....
· ce61f425
sap
authored
Mar 06, 2022
ce61f425
The mechanism of reading from Flash is ready.
· ef62faf3
sap
authored
Mar 06, 2022
ef62faf3
The required functions for reading from Flash memory is added. They should be totaly tested.
· d710a6df
sap
authored
Mar 06, 2022
d710a6df
Comments are refined.
· 3dd2113a
sap
authored
Mar 06, 2022
3dd2113a
Flash write is tested with Button & UART. The heap of RTOS is increased.
· 27aca53f
sap
authored
Mar 06, 2022
27aca53f
Write index is implemented to write after the last stored data in flash in the...
· ef14b92e
sap
authored
Mar 06, 2022
ef14b92e
Mar 05, 2022
Header files are added.
· 400c4d88
sap
authored
Mar 05, 2022
400c4d88
Flash-Full state is added and tested with 256 bytes of saving area.
· 59c5fa27
sap
authored
Mar 05, 2022
59c5fa27
Flash write is ok.
· 4a24c67d
sap
authored
Mar 05, 2022
4a24c67d
Feb 26, 2022
Critical section is handled, properly, between uart & button module.
· 0ff0cacf
sap
authored
Feb 26, 2022
0ff0cacf
Debounce is added for push-button. Related task is created & handled using osSignal mechanism.
· ae323b55
sap
authored
Feb 26, 2022
ae323b55
Button ISR is implemented in the simplest form.
· 7dd769be
sap
authored
Feb 26, 2022
7dd769be
Device mode (i.e. LED blinking) is changed according to the UART commands.
· 46467b20
sap
authored
Feb 26, 2022
46467b20
A minot bug of init. rx/tx buffer for UART is corrected.
· ab5f6216
sap
authored
Feb 26, 2022
ab5f6216
Feb 25, 2022
Send receive with UART is tested. The parse function is almost complete.
· 6842b66e
sap
authored
Feb 25, 2022
6842b66e
UART send & receive tested, simoltaneously. TX is tseted with send OK string.
· 3119efa6
sap
authored
Feb 25, 2022
3119efa6
UART is work properly. It is tested with Hterm.
· 903fa961
sap
authored
Feb 25, 2022
903fa961
UART task is added. It is tested by LED, and should be completed.
· ddb81360
sap
authored
Feb 25, 2022
ddb81360
.gitignore is added. LX Doc. is added. LED task is done.
· 1f32d033
sap
authored
Feb 25, 2022
1f32d033
docs requirement file is added ;)
· 5bacb7e6
sap
authored
Feb 25, 2022
5bacb7e6
Feb 24, 2022
Initial commit. Project is created using CubeMX.
· 50b4fea1
sap
authored
Feb 24, 2022
50b4fea1
Loading