[UART]
- fixed baudrate calculation [Bootloader] - set baudrate top 115200 [HendiCtrl] - set baudrate top 115200 - revised and fixed command interpreter - added new commands: SW_VERSION, SW_IDENTIFIER, DEBUG on/on, Remote enter, Remote exit - oven is switched off on entering / exiting remote git-svn-id: http://moon:8086/svn/projects/HendiControl@173 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -96,7 +96,7 @@ int main(void)
|
||||
{
|
||||
bootloader_enter();
|
||||
led_bsel(1);
|
||||
uart_init(9600);
|
||||
uart_init(115200);
|
||||
uart_puts("Hendi-Control Bootloader v1.2\n");
|
||||
size_t image_size = 0;
|
||||
uint16_t page_addr = 0xFFFF;
|
||||
|
||||
Reference in New Issue
Block a user